From 9af8f7d09421d2023c32013a3c2504f5130dcc1d Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 26 Apr 2016 20:38:01 +0200 Subject: [PATCH] update after #238 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dd60bf13..d4b2fbea2 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ I deeply appreciate the help of the following people. - [Lv Zheng](https://github.com/lv-zheng) fixed a namespace issue with `int64_t` and `uint64_t`. - [abc100m](https://github.com/abc100m) analyzed the issues with GCC 4.8 and proposed a [partial solution](https://github.com/nlohmann/json/pull/212). - [zewt](https://github.com/zewt) added useful notes to the README file about Android. -- [Róbert Márki](https://github.com/robertmrk) added a fix to use move iterators. +- [Róbert Márki](https://github.com/robertmrk) added a fix to use move iterators and improved the integration via CMake . Thanks a lot for helping out!