
6 Dec
2024
6 Dec
'24
3:33 p.m.
Vinnie Falco wrote:
On Fri, Dec 6, 2024 at 6:02 AM Peter Dimov via Boost
mailto:boost@lists.boost.org > wrote: Do people care about C++11 support in Hash2? Would it be acceptable to impose a minimum requirement of C++14?
If C++14 allows for a better public-facing design then it is probably best to require it. Can we get a Tony Table?
No, the public-facing design doesn't change. `BOOST_CXX14_CONSTEXPR` is replaced by the less ugly `constexpr` and that's pretty much it.