Commit bd7cd330 authored by Niels's avatar Niels

fixed type_name() signature

parent 28644bad
...@@ -5801,7 +5801,7 @@ class basic_json ...@@ -5801,7 +5801,7 @@ class basic_json
/////////////////////////// ///////////////////////////
/// return the type as string /// return the type as string
string_t type_name() const noexcept std::string type_name() const
{ {
switch (m_type) switch (m_type)
{ {
......
...@@ -5801,7 +5801,7 @@ class basic_json ...@@ -5801,7 +5801,7 @@ class basic_json
/////////////////////////// ///////////////////////////
/// return the type as string /// return the type as string
string_t type_name() const noexcept std::string type_name() const
{ {
switch (m_type) switch (m_type)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment