Closed rrahn closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
seqan3 | ✅ Ready (Inspect) | Visit Preview | Jul 16, 2024 5:39pm |
Do you have an opinion regarding https://github.com/seqan/seqan3/issues/3267#issuecomment-2230757229 ?
I answered on the issue page.
Further constraints the conversion constructors of the nucleotide and aminoacid base alphabet types to only consider conversion if all requirements are fulfilled. This is now represented by the specific concept
convertable_to_through_char_representation
. Through this proxy types will not be converted through their char representation but will be implicitly converted to their underling base alphabet type, e.g. dna4, and then copied/moved using the copy/move constructor of the underlying base alphabet type.Fixes #3264 Fixes #3267