mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
fix syntax with BOOST_NO_EXCEPTIONS
This commit is contained in:
committed by
Vladimir Prus
parent
1f9413f532
commit
1c2472b8d7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user