🚨 fixed warnings

This commit is contained in:
Niels Lohmann 2019-03-15 14:55:13 +01:00
parent 0c65ba960e
commit 27011e3718
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
16 changed files with 58 additions and 44 deletions

View file

@ -167,4 +167,4 @@ class tuple_element<N, ::nlohmann::detail::iteration_proxy_value<IteratorType >>
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
}
} // namespace std

View file

@ -45,5 +45,5 @@ struct iterator_traits<T*, enable_if_t<std::is_object<T>::value>> {
using pointer = T*;
using reference = T&;
};
}
}
} // namespace detail
} // namespace nlohmann