From 8162a6e3a38407d57f37f84347301a510eb4db03 Mon Sep 17 00:00:00 2001 From: dariomt Date: Mon, 19 Oct 2015 12:26:38 +0200 Subject: [PATCH] Apply same change to the re2c file --- src/json.hpp.re2c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 0ffddd50..8a1bea76 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -2385,7 +2385,7 @@ class basic_json template::value - and std::is_const::value + and std::is_const< typename std::remove_pointer::type >::value , int>::type = 0> const PointerType get_ptr() const noexcept {