Index: config_file.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/program_options/src/config_file.cpp,v
retrieving revision 1.1
diff -u -r1.1 config_file.cpp
--- config_file.cpp	14 May 2004 13:40:30 -0000	1.1
+++ config_file.cpp	24 May 2004 09:48:51 -0000
@@ -137,6 +137,7 @@
         return false;
     }
 
+#ifndef BOOST_NO_STD_WSTRING
     template<>
     bool
     basic_config_file_iterator<wchar_t>::getline(std::string& s)
@@ -149,6 +150,7 @@
             return false;
         }            
     }
+#endif    
 
 }}}
 
