[glom/glom-1-28] Fix the build.



commit 4bdd2a1e7aa43901a95991bdc0f109f1ef2401bb
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Mar 7 18:05:25 2016 +0100

    Fix the build.

 glom/libglom/data_structure/glomconversions.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/libglom/data_structure/glomconversions.cc b/glom/libglom/data_structure/glomconversions.cc
index 32cd169..7a5bb97 100644
--- a/glom/libglom/data_structure/glomconversions.cc
+++ b/glom/libglom/data_structure/glomconversions.cc
@@ -499,7 +499,7 @@ Glib::ustring Conversions::get_text_for_gda_value(Field::glom_field_type glom_ty
     std::stringstream another_stream;
     another_stream.imbue(locale); //Tell it to parse stuff as per this locale.
 
-    constexpr auto precision = std::numeric_limits<decltype(number)>::maxdigits10;
+    constexpr auto precision = std::numeric_limits<decltype(number)>::max_digits10;
     another_stream << std::setprecision(precision);
 
     //Numeric formatting:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]