]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/convert/parameters.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / convert / parameters.hpp
index 21a1376f2e055d57a45f58e885bb5468c66dc6ae..1f4c28f190cb45302c6943e2aa01a139b44d07af 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (c) 2009-2016 Vladimir Batov.
+// Copyright (c) 2009-2020 Vladimir Batov.
 // Use, modification and distribution are subject to the Boost Software License,
 // Version 1.0. See http://www.boost.org/LICENSE_1_0.txt.
 
@@ -6,6 +6,8 @@
 #define BOOST_CONVERT_PARAMETERS_HPP
 
 #include <boost/parameter/name.hpp>
+#include <boost/parameter/is_argument_pack.hpp>
+#include <boost/mpl/has_key.hpp>
 
 namespace boost { namespace cnv
 {
@@ -23,6 +25,7 @@ namespace boost { namespace cnv
         BOOST_PARAMETER_NAME((precision, type) precision)
         BOOST_PARAMETER_NAME((   skipws, type)    skipws)
         BOOST_PARAMETER_NAME((uppercase, type) uppercase)
+        BOOST_PARAMETER_NAME((lowercase, type) lowercase)
         BOOST_PARAMETER_NAME((    width, type)     width)
     }
 }}