Update include/nlohmann/detail/json_custom_base_class.hpp

Co-authored-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Raphael Grimm 2022-08-19 12:49:11 +02:00 committed by GitHub
parent 7cd3033e83
commit afb108a7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,7 @@
#include <type_traits> // conditional, is_same
namespace nlohmann
{
NLOHMANN_JSON_NAMESPACE_BEGIN
namespace detail
{