seqan / product_backlog

This repository is used as product backlog for all SeqAn relevant backlog items. This is intended to organise the work for the team.
2 stars 1 forks source link

Move C++20 things into `std` namespace #134

Closed marehr closed 4 years ago

marehr commented 4 years ago

In Core Meeting (2020-03-23) we decided that stuff that will be part of C++20 and that we implement in seqan3 already should be defined in the std namespace and included via the respective header.

This means

Take seqan/seqan3#1681 as a basis, but don't put remove_cvref_t in seqan3::cpp20, but directly in the std namespace.

?? I find no more examples that are c++20, but defined in seqan3; Some standard concepts ??

marehr commented 4 years ago

@wvandertoorn, @simonsasse Are you interested in finishing this ticket?

wvdtoorn commented 4 years ago

Yes, I'll work on this

marehr commented 4 years ago

Fixed by seqan/seqan3#2079