]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/program_options/parsers.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / program_options / parsers.hpp
index bc798393f8ce2aa67659fa94d2eeed8efb04f01a..0576469278c064d518713102ccf6ab31d0cc4a55 100644 (file)
@@ -190,7 +190,11 @@ namespace boost { namespace program_options {
         Read from file with the given name. The character type is
         passed to the file stream.
     */
+#ifdef BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS
     template<class charT>
+#else
+    template<class charT = char>
+#endif
 #if ! BOOST_WORKAROUND(__ICL, BOOST_TESTED_AT(700))
     BOOST_PROGRAM_OPTIONS_DECL
 #endif