mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 15:46:13 +08:00
fixed type_name() signature
This commit is contained in:
parent
28644bada0
commit
bd7cd330cd
@ -5801,7 +5801,7 @@ class basic_json
|
||||
///////////////////////////
|
||||
|
||||
/// return the type as string
|
||||
string_t type_name() const noexcept
|
||||
std::string type_name() const
|
||||
{
|
||||
switch (m_type)
|
||||
{
|
||||
|
@ -5801,7 +5801,7 @@ class basic_json
|
||||
///////////////////////////
|
||||
|
||||
/// return the type as string
|
||||
string_t type_name() const noexcept
|
||||
std::string type_name() const
|
||||
{
|
||||
switch (m_type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user