Skip to content

Commit 0410ddc

Browse files
emreturkayvprus
authored andcommitted
Pull back cpp file change of default template value definition for parse_config_file.
1 parent 64c3ae0 commit 0410ddc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/parsers.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,7 @@ namespace boost { namespace program_options {
140140
bool allow_unregistered);
141141
#endif
142142

143-
#ifdef BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS
144143
template<class charT>
145-
#else
146-
template<class charT = char>
147-
#endif
148144
basic_parsed_options<charT>
149145
parse_config_file(const char* filename,
150146
const options_description& desc,

0 commit comments

Comments
 (0)