From c2e2d5250ba378666e86ab20c12f123552acdd0f Mon Sep 17 00:00:00 2001 From: pantor Date: Mon, 21 Aug 2017 18:56:54 +0200 Subject: [PATCH] test visual studio error string reference --- src/inja.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inja.hpp b/src/inja.hpp index 4a5436e..1a40720 100644 --- a/src/inja.hpp +++ b/src/inja.hpp @@ -397,7 +397,7 @@ public: json eval_variable(const std::string& input, json data, bool throw_error) { // Json Raw Data - if ( json::accept(input) ) { return json::parse(input); } + // if ( json::accept(input) ) { return json::parse(input); } Match match_function = match(input, get_values(parser.regex_map_functions)); switch ( static_cast(match_function.regex_number()) ) {