
4 Apr
2013
4 Apr
'13
9:09 a.m.
Hi, MSVC 2008, program_options/variables_map.cpp: try without catch error, if BOOST_NO_EXCEPTIONS is defined. Fixable by wrapping the try on line 46: + #ifndef BOOST_NO_EXCEPTIONS try + #endif Best Olaf