From abce5c25bbc58962ad7f2143029e2cd2850dcd41 Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 21 Nov 2016 23:38:17 +0100 Subject: [PATCH] :memo: cleaned comments and updated README --- README.md | 2 ++ src/json.hpp | 2 +- src/json.hpp.re2c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 008c8304..5e899ac2 100644 --- a/README.md +++ b/README.md @@ -499,6 +499,8 @@ I deeply appreciate the help of the following people. - [ChristophJud](https://github.com/ChristophJud) overworked the CMake files to ease project inclusion. - [Vladimir Petrigo](https://github.com/vpetrigo) made a SFINAE hack more readable. - [Denis Andrejew](https://github.com/seeekr) fixed a grammar issue in the README file. +- [Pierre-Antoine Lacaze](https://github.com/palacaze) found a subtle bug in the `dump()` function. +- [TurpentineDistillery](https://github.com/TurpentineDistillery) pointed to [`std::locale::classic()`](http://en.cppreference.com/w/cpp/locale/locale/classic) to avoid too much locale joggling. Thanks a lot for helping out! diff --git a/src/json.hpp b/src/json.hpp index b0313f71..e71ffc4a 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -45,7 +45,7 @@ SOFTWARE. #include // istream, ostream #include // advance, begin, bidirectional_iterator_tag, distance, end, inserter, iterator, iterator_traits, next, random_access_iterator_tag, reverse_iterator #include // numeric_limits -#include // locale, numpunct +#include // locale #include // map #include // addressof, allocator, allocator_traits, unique_ptr #include // accumulate diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 7c386cf6..9eccc144 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -45,7 +45,7 @@ SOFTWARE. #include // istream, ostream #include // advance, begin, bidirectional_iterator_tag, distance, end, inserter, iterator, iterator_traits, next, random_access_iterator_tag, reverse_iterator #include // numeric_limits -#include // locale, numpunct +#include // locale #include // map #include // addressof, allocator, allocator_traits, unique_ptr #include // accumulate