[glom] Fix the build.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Fix the build.
- Date: Mon, 7 Mar 2016 17:13:26 +0000 (UTC)
commit 934acffffb9860fda4a98e343bb52a64a0bce7bf
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 36c69fa..e1bf806 100644
--- a/glom/libglom/data_structure/glomconversions.cc
+++ b/glom/libglom/data_structure/glomconversions.cc
@@ -498,7 +498,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]