]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/x3/auxiliary/eol.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / x3 / auxiliary / eol.hpp
index 69a58ec60ea714d6bad1852e32f218868fcd48d6..f07c01641749552b5e715a2865c0a98e6572eb3d 100644 (file)
@@ -49,7 +49,7 @@ namespace boost { namespace spirit { namespace x3
         result_type operator()(eol_parser const &) const { return "eol"; }
     };
 
-    auto const eol = eol_parser{};
+    constexpr auto eol = eol_parser{};
 }}}
 
 #endif