We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e181e9f commit 8c49210Copy full SHA for 8c49210
single_include/nlohmann/json.hpp
@@ -8055,6 +8055,8 @@ class lexer : public lexer_base<BasicJsonType>
8055
break;
8056
}
8057
8058
+
8059
+ JSON_HEDLEY_UNREACHABLE();
8060
8061
8062
// multi-line comments skip input until */ is read
@@ -8090,6 +8092,8 @@ class lexer : public lexer_base<BasicJsonType>
8090
8092
continue;
8091
8093
8094
8095
8096
8097
8098
8099
// unexpected character after reading '/'
0 commit comments