
17 Aug
2004
17 Aug
'04
8:40 p.m.
Because I get duplicated symbols when linking otherwise. Therefore you need to use either
c_literal_string LOG_LEVEL = "BOOST_TEST_LOG_LEVEL";
or
literal_string const LOG_LEVEL = "BOOST_TEST_LOG_LEVEL";
in the header file.
Markus
I would unconditionally add static to all parameter definitions instead. Gennadiy.