
6 Dec
2024
6 Dec
'24
3:57 p.m.
6 décembre 2024 à 16:48 "Vinnie Falco via Boost" a écrit:
On Fri, Dec 6, 2024 at 7:33 AM Peter Dimov
wrote: No, the public-facing design doesn't change. `BOOST_CXX14_CONSTEXPR` is replaced by the less ugly `constexpr` and that's pretty much it.
My next question is for those individuals who proclaim that requiring C++14 and later is ok. What is the specific rationale you used to determine whether the loss of users is worth the benefit of "BOOST_CXX14_CONSTEXPR replaced by the less ugly constexpr`?"
Not speaking for the others, but “i don't use c++11 anymore” is my usual answer. Finally dropped gcc4.8, migrated everything to C++20, won't go back for sure :). Regards, Julien