just restart ci

This commit is contained in:
chenguoping 2020-04-07 10:00:21 +08:00
parent e07686f0c7
commit 34cf7b7a48
2 changed files with 2 additions and 2 deletions

View file

@ -337,7 +337,7 @@ class json_pointer
"' must not begin with '0'"));
}
// error condition (cf. RFC 6901, Sect. 4 & Sect. 7)
// error condition (cf. RFC 6901, Sect. 4)
if (JSON_HEDLEY_UNLIKELY(s.size() > 1 and not (s[0] >= '1' and s[0] <= '9')))
{
JSON_THROW(detail::parse_error::create(109, 0, "array index '" + s + "' is not a number"));

View file

@ -10411,7 +10411,7 @@ class json_pointer
"' must not begin with '0'"));
}
// error condition (cf. RFC 6901, Sect. 4 & Sect. 7)
// error condition (cf. RFC 6901, Sect. 4)
if (JSON_HEDLEY_UNLIKELY(s.size() > 1 and not (s[0] >= '1' and s[0] <= '9')))
{
JSON_THROW(detail::parse_error::create(109, 0, "array index '" + s + "' is not a number"));