mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
Don't define some specializaton when wide strings are not available.
[SVN r22908]
This commit is contained in:
@@ -137,6 +137,7 @@ namespace boost { namespace program_options { namespace detail {
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifndef BOOST_NO_STD_WSTRING
|
||||
template<>
|
||||
bool
|
||||
basic_config_file_iterator<wchar_t>::getline(std::string& s)
|
||||
@@ -149,6 +150,7 @@ namespace boost { namespace program_options { namespace detail {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user