mirror of
https://github.com/nlohmann/json
synced 2024-12-26 02:21:02 +00:00
Fixed build
This commit is contained in:
parent
0fcc414995
commit
a409ba9488
@ -419,7 +419,7 @@ class json
|
|||||||
/// parse a quoted string
|
/// parse a quoted string
|
||||||
inline std::string parseString();
|
inline std::string parseString();
|
||||||
/// transforms a unicode codepoint to it's UTF-8 presentation
|
/// transforms a unicode codepoint to it's UTF-8 presentation
|
||||||
inline std::string codePointToUTF8(unsigned int codePoint);
|
std::string codePointToUTF8(unsigned int codePoint);
|
||||||
/// parses 4 hex characters that represent a unicode code point
|
/// parses 4 hex characters that represent a unicode code point
|
||||||
inline unsigned int parse4HexCodePoint();
|
inline unsigned int parse4HexCodePoint();
|
||||||
/// parses \uXXXX[\uXXXX] unicode escape characters
|
/// parses \uXXXX[\uXXXX] unicode escape characters
|
||||||
|
Loading…
Reference in New Issue
Block a user