]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/x3/numeric/real.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / spirit / home / x3 / numeric / real.hpp
index a7a9573058e63fc350f9cc6f47c7073c2cd57739..a90543fc69d50b6cd5bc20d52dfbefc4fea1d87c 100644 (file)
@@ -57,6 +57,9 @@ namespace boost { namespace spirit { namespace x3
     typedef real_parser<double> double_type;
     double_type const double_ = {};
 
+    typedef real_parser<long double> long_double_type;
+    long_double_type const long_double = {};
+
 }}}
 
 #endif