Skip to content

Commit

Permalink
cleanup traits macro details
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Jun 9, 2024
1 parent ac31488 commit 40b9985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/jsoncons/json_traits_macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ namespace jsoncons \
struct json_type_traits<Json, ClassType JSONCONS_GENERATE_TPL_ARGS(JSONCONS_GENERATE_TPL_ARG, NumTemplateParams)> \
{ \
using class_type = ClassType JSONCONS_GENERATE_TPL_ARGS(JSONCONS_GENERATE_TPL_ARG, NumTemplateParams); \
static_assert(std::is_default_constructible<class_type>::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; \
Expand Down

0 comments on commit 40b9985

Please sign in to comment.