From 40b99852ffeda71b2c6c67706890079c64012187 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Sun, 9 Jun 2024 12:56:10 -0400 Subject: [PATCH] cleanup traits macro details --- include/jsoncons/json_traits_macros.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/jsoncons/json_traits_macros.hpp b/include/jsoncons/json_traits_macros.hpp index c26e28004..b8d7bce55 100644 --- a/include/jsoncons/json_traits_macros.hpp +++ b/include/jsoncons/json_traits_macros.hpp @@ -291,7 +291,6 @@ namespace jsoncons \ struct json_type_traits \ { \ using class_type = ClassType JSONCONS_GENERATE_TPL_ARGS(JSONCONS_GENERATE_TPL_ARG, NumTemplateParams); \ - static_assert(std::is_default_constructible::value, #ClassType " is not default constructible"); \ using allocator_type = typename Json::allocator_type; \ using char_type = typename Json::char_type; \ using string_view_type = typename Json::string_view_type; \