fix syntax with BOOST_NO_EXCEPTIONS

This commit is contained in:
Isaac Dupree
2015-11-16 18:01:20 -05:00
committed by Vladimir Prus
parent 1f9413f532
commit 1c2472b8d7

View File

@@ -42,7 +42,9 @@ namespace boost { namespace program_options {
string option_name;
string original_token;
#ifndef BOOST_NO_EXCEPTIONS
try
#endif
{
// First, convert/store all given options