19 Feb
2023
19 Feb
'23
12:58 p.m.
On 19/02/2023 12:24, Gero Peterhoff via Boost wrote:
Hi, 1) the macro BOOST_HAS_CONCEPTS from
(https://www.boost.org/doc/libs/1_81_0/libs/config/doc/html/boost_config/boos...) not work: https://godbolt.org/z/3G8vTrjcf
I had no idea that was there to be honest - it's hopelessly out of date and refers to previous C++ concept proposal. We need to figure out how to safely remove that. You should be using BOOST_NO_CXX20_HDR_CONCEPTS for all new code.| | HTH, John.