mirror of
https://github.com/nlohmann/json.git
synced 2026-07-03 09:14:18 +00:00
💡 update documentation
This commit is contained in:
@@ -23,7 +23,7 @@ namespace detail
|
||||
// parser //
|
||||
////////////
|
||||
|
||||
enum class parse_event_t : uint8_t
|
||||
enum class parse_event_t : std::uint8_t
|
||||
{
|
||||
/// the parser read `{` and started to process a JSON object
|
||||
object_start,
|
||||
|
||||
Reference in New Issue
Block a user