PrevUpHomeNext

Macro BOOST_PARSER_DISABLE_CONCEPTS

BOOST_PARSER_DISABLE_CONCEPTS

Synopsis

// In header: <boost/parser/config.hpp>

BOOST_PARSER_DISABLE_CONCEPTS

Description

Boost.Parser will automatically use concepts to constrain templates when building in C++20 mode, if the compiler defines __cpp_lib_concepts. To disable the use of concepts, define this macro.


PrevUpHomeNext