Orocos Real-Time Toolkit  2.9.0
Macros
parser-debug.hpp File Reference

Go to the source code of this file.

Macros

#define BOOST_SPIRIT_DEBUG_OUT   std::cerr
 You need to set this flag globally (for all sources) in order to enable the text-debugging of parser rules. More...
 

Macro Definition Documentation

#define BOOST_SPIRIT_DEBUG_OUT   std::cerr

You need to set this flag globally (for all sources) in order to enable the text-debugging of parser rules.

All parser files must include this file first or debugging may not work (nothing is printed). Do not set BOOST_SPIRIT_DEBUG in a single file, this will not work.

Definition at line 50 of file parser-debug.hpp.