mirror of
https://github.com/nlohmann/json.git
synced 2026-04-22 15:59:26 +00:00
Fix string conversion under Clang
This commit is contained in:
@@ -175,7 +175,7 @@ class json
|
||||
T get() const;
|
||||
|
||||
/// implicit conversion to string representation
|
||||
operator const std::string() const;
|
||||
operator std::string() const;
|
||||
/// implicit conversion to integer (only for numbers)
|
||||
operator int() const;
|
||||
/// implicit conversion to double (only for numbers)
|
||||
|
||||
Reference in New Issue
Block a user