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:38 +02:00 committed by GitHub
parent f5162095eb
commit 0bcc12cb76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,4 @@ using json_base_class = typename std::conditional <
>::type;
} // namespace detail
} // namespace nlohmann
NLOHMANN_JSON_NAMESPACE_END