diff --git a/src/config_file.cpp b/src/config_file.cpp index 9032e1f..e5b698d 100644 --- a/src/config_file.cpp +++ b/src/config_file.cpp @@ -137,6 +137,7 @@ namespace boost { namespace program_options { namespace detail { return false; } +#ifndef BOOST_NO_STD_WSTRING template<> bool basic_config_file_iterator::getline(std::string& s) @@ -149,6 +150,7 @@ namespace boost { namespace program_options { namespace detail { return false; } } +#endif }}}