diff --git a/src/nlohmann/json-schema.hpp b/src/nlohmann/json-schema.hpp index e312931..3e8d99f 100644 --- a/src/nlohmann/json-schema.hpp +++ b/src/nlohmann/json-schema.hpp @@ -61,8 +61,7 @@ protected: std::tuple tie() const { - return std::tie(urn_, scheme_, authority_, path_, - identifier_ != "" ? identifier_ : pointer_); + return {urn_, scheme_, authority_, path_, identifier_ != "" ? identifier_ : pointer_}; } public: