Skip to content

Commit

Permalink
[MISC] deprecate seqan3::remove_cvref
Browse files Browse the repository at this point in the history
  • Loading branch information
wvdtoorn committed Aug 30, 2020
1 parent 3096f6c commit 56a0ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/core/type_traits/basic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace seqan3
* \tparam t The type to operate on.
*/
template <typename t>
using remove_cvref_t = std::remove_cv_t<std::remove_reference_t<t>>;
SEQAN3_DEPRECATED_310 using remove_cvref_t = std::remove_cv_t<std::remove_reference_t<t>>;

// ----------------------------------------------------------------------------
// remove_rvalue_reference
Expand Down

0 comments on commit 56a0ab7

Please sign in to comment.