Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Macro BOOST_PARSER_DISABLE_TRACE
PrevUpHomeNext

Macro BOOST_PARSER_DISABLE_TRACE

BOOST_PARSER_DISABLE_TRACE

Synopsis

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

BOOST_PARSER_DISABLE_TRACE

Description

Boost.Parser will generate code to trace the execution of each and every parser by default. To disable all trace code, define this macro.


PrevUpHomeNext