From 31093694ce4f9c9dc1c27700a420d4f902da1ba9 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 24 Jan 2016 22:21:27 +0100 Subject: [PATCH] fixed version number --- src/json.hpp | 6 +++--- src/json.hpp.re2c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/json.hpp b/src/json.hpp index d00d7af66..728b88700 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -2625,7 +2625,7 @@ class basic_json @liveexample{The example shows several calls to `get_ref()`.,get_ref} - @since version 1.0.1 + @since version 1.1.0 */ template reference operator[](T* key) @@ -3204,7 +3204,7 @@ class basic_json with range checking @sa @ref value() for access by value with a default value - @since version 1.0.1 + @since version 1.1.0 */ template const_reference operator[](T* key) const diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 0bf519fd9..e55e1d147 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -2625,7 +2625,7 @@ class basic_json @liveexample{The example shows several calls to `get_ref()`.,get_ref} - @since version 1.0.1 + @since version 1.1.0 */ template reference operator[](T* key) @@ -3204,7 +3204,7 @@ class basic_json with range checking @sa @ref value() for access by value with a default value - @since version 1.0.1 + @since version 1.1.0 */ template const_reference operator[](T* key) const -- GitLab