Boost C++ Libraries Home Libraries People FAQ More

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