From 6ac89df54d1c365c53be31cbb4b55bc928d28519 Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 16 Dec 2015 12:09:59 +0100 Subject: [PATCH] fix for #127 --- src/json.hpp.re2c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 9c064486..41963fd4 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -2382,8 +2382,7 @@ class basic_json Explicit pointer access to the internally stored JSON value. No copies are made. - @warning Writing data to the pointee of the result yields an undefined - state. + @warning The pointer becomes invalid if the underlying JSON object changes. @tparam PointerType pointer type; must be a pointer to @ref array_t, @ref object_t, @ref string_t, @ref boolean_t, @ref number_integer_t, or @ref