Closed 25077667 closed 1 year ago
We also could use concepts and constrains to replace std::enable_if<>. Would you like to use that feature in C++20?
Once it is successfully built with clang++-15, we can proceed to test the proposed changes.
Thank @25077667 for contributing!
We also could use concepts and constrains to replace std::enable_if<>. Once it is successfully built with clang++-15, we can proceed to test the proposed changes.
I found it's supported since clang++-10. https://en.cppreference.com/w/cpp/20
We also could use concepts and constrains to replace std::enable_if<>.
Would you like to use that feature in C++20?