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_TRACE_TO_VS_OUTPUT
PrevUpHomeNext

Macro BOOST_PARSER_TRACE_TO_VS_OUTPUT

BOOST_PARSER_TRACE_TO_VS_OUTPUT

Synopsis

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

BOOST_PARSER_TRACE_TO_VS_OUTPUT

Description

If you are using Visual Studio to run your program, and don't have a terminal in which to observe the output when parsing with trace::on, define this macro and you'll see the trace output in the Visual Studio debugger's output panel. This macro has no effect when _MSC_VER is not also defined.


PrevUpHomeNext