X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Fboost%2Fconvert%2Fparameters.hpp;h=1f4c28f190cb45302c6943e2aa01a139b44d07af;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=21a1376f2e055d57a45f58e885bb5468c66dc6ae;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/boost/convert/parameters.hpp b/ceph/src/boost/boost/convert/parameters.hpp index 21a1376f2..1f4c28f19 100644 --- a/ceph/src/boost/boost/convert/parameters.hpp +++ b/ceph/src/boost/boost/convert/parameters.hpp @@ -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 +#include +#include 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) } }}