strong_typedef icon indicating copy to clipboard operation
strong_typedef copied to clipboard

Use of deprecated C++ features

Open s9w opened this issue 2 years ago • 2 comments

Hi - this is pretty cool! But it uses std::is_literal_type, which is deprecated in C++17 and removed in C++20 - which makes this unusable in the majority of codebases I would assume. Any plan to address this?

s9w avatar Jul 19 '21 17:07 s9w

This is cool indeed, but I share s9w's concern about using the deprecated constructs. I've just added this to my project, and realizes that without a fix to this I'll be locked in to C++17. Mind sharing your thoughts on an upgrade

jesperkdab avatar Dec 28 '21 13:12 jesperkdab

Thanks @dangelog for the fix!

@anthonywilliams could you review https://github.com/anthonywilliams/strong_typedef/pull/11? Thanks.

dfaure-kdab avatar Feb 10 '22 14:02 dfaure-kdab