Fix string conversion under Clang
This commit is contained in:
parent
bd05c7a18a
commit
36f6199898
3 changed files with 3 additions and 2 deletions
|
|
@ -442,7 +442,7 @@ json::object_t json::get() const
|
|||
}
|
||||
}
|
||||
|
||||
json::operator const std::string() const
|
||||
json::operator std::string() const
|
||||
{
|
||||
return get<std::string>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue