mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
Pull back cpp file change of default template value definition for parse_config_file.
This commit is contained in:
committed by
Vladimir Prus
parent
64c3ae0fde
commit
0410ddcbd2
@@ -140,11 +140,7 @@ namespace boost { namespace program_options {
|
||||
bool allow_unregistered);
|
||||
#endif
|
||||
|
||||
#ifdef BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS
|
||||
template<class charT>
|
||||
#else
|
||||
template<class charT = char>
|
||||
#endif
|
||||
basic_parsed_options<charT>
|
||||
parse_config_file(const char* filename,
|
||||
const options_description& desc,
|
||||
|
||||
Reference in New Issue
Block a user