Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Correctly propagate the constness of the inner range type. (#3262)
* [TEST] Adds test causing an compiler error in to_simd_view. * [FIX] Correctly propagate the constness of the inner range type. Instead of using the value type of the underlying range we use the reference type, such that in case the original range is passed in as const it is correctly propagated to the inner range type. Otherwise, we might end in the situation that we want to assign a const iterator to a non-const iterator which is not allowed. * [MISC] automatic linting --------- Co-authored-by: seqan-actions[bot] <[email protected]>
- Loading branch information