summaryrefslogtreecommitdiff
path: root/boost/spirit/home/x3/numeric/real.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/x3/numeric/real.hpp')
-rw-r--r--boost/spirit/home/x3/numeric/real.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/spirit/home/x3/numeric/real.hpp b/boost/spirit/home/x3/numeric/real.hpp
index a7a9573058..a90543fc69 100644
--- a/boost/spirit/home/x3/numeric/real.hpp
+++ b/boost/spirit/home/x3/numeric/real.hpp
@@ -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