[glom/glom-1-30] Fix the build.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-30] Fix the build.
- Date: Thu, 10 Mar 2016 11:17:16 +0000 (UTC)
commit 755dbb7d96fe1ff1450ea7213466e8bece46f395
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 6e4301c..284f284 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]