json_relaxed.hpp: Fix bug in triple quote string parsing
This commit is contained in:
parent
56e36bed8f
commit
b6fdcdd5dd
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ namespace fc { namespace json_relaxed
|
|||
char c2 = in.peek();
|
||||
if( c2 == q )
|
||||
{
|
||||
in.get();
|
||||
char c3 = in.peek();
|
||||
if( c3 == q )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue