]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/lexical_cast.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / lexical_cast.hpp
index 174883c0fc5fc03dd48672ed2ac2e1731a8c86c3..b9304f7684543c987654d930e07162210c6b4741 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright Kevlin Henney, 2000-2005.
 // Copyright Alexander Nasonov, 2006-2010.
-// Copyright Antony Polukhin, 2011-2020.
+// Copyright Antony Polukhin, 2011-2022.
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at
@@ -31,7 +31,7 @@
 #include <boost/lexical_cast/bad_lexical_cast.hpp>
 #include <boost/lexical_cast/try_lexical_convert.hpp>
 
-namespace boost 
+namespace boost
 {
     template <typename Target, typename Source>
     inline Target lexical_cast(const Source &arg)