Loading...
Searching...
No Matches
Go to the documentation of this file.
14#include <daw/daw_consteval.h>
15#include <daw/daw_cpp_feature_check.h>
16#include <daw/daw_is_detected.h>
17#include <daw/stdinc/enable_if.h>
21#if defined( DAW_HAS_GCC ) and not defined( DAW_JSON_FLATTEN )
22#if not defined( DAW_NO_FLATTEN )
29#if defined( DAW_USE_EXCEPTIONS )
30#if defined( DAW_JSON_DONT_USE_EXCEPTIONS )
31#error Conflicting defines DAW_USE_EXCEPTIONS and DAW_JSON_DONT_USE_EXCEPTIONS
33#if defined( DAW_DONT_USE_EXCEPTIONS )
34#error Conflicting defines DAW_USE_EXCEPTIONS and DAW_DONT_USE_EXCEPTIONS
37#if not defined( DAW_JSON_DONT_USE_EXCEPTIONS )
38#define DAW_JSON_DONT_USE_EXCEPTIONS
40#if not defined( DAW_DONT_USE_EXCEPTIONS )
41#define DAW_JSON_DONT_USE_EXCEPTIONS
51#if not defined( DAW_NO_CONSTEXPR_SCOPE_GUARD ) and \
52 not defined( DAW_JSON_ENABLE_FULL_RVO )
53#define DAW_NO_CONSTEXPR_SCOPE_GUARD
64#if defined( DAW_HAS_GCC_LIKE )
65#define DAW_CAN_CONSTANT_EVAL( ... ) \
66 ( __builtin_constant_p( __VA_ARGS__ ) == 1 )
68#define DAW_CAN_CONSTANT_EVAL( ... ) true
75#if not defined( DAW_USE_CPP17_ABI )
76#if defined( __cpp_nontype_template_parameter_class )
77#if not defined( DAW_JSON_CNTTP_JSON_NAME )
78#define DAW_JSON_CNTTP_JSON_NAME
81#if defined( __cpp_nontype_template_args )
82#if __cpp_nontype_template_args >= 201911L
83#if not defined( DAW_JSON_CNTTP_JSON_NAME )
84#define DAW_JSON_CNTTP_JSON_NAME
88#if DAW_HAS_CLANG_VER_GTE( 12, 0 ) and DAW_CPP_VERSION >= 202002L
91#if not defined( DAW_JSON_CNTTP_JSON_NAME )
92#define DAW_JSON_CNTTP_JSON_NAME
97#if defined( __cpp_constexpr_dynamic_alloc )
98#define CPP20CONSTEXPR constexpr
101#define CPP20CONSTEXPR
105#if defined( DAW_HAS_MSVC )
106#define DAW_JSON_MAKE_LOC_INFO_CONSTEVAL constexpr
108#define DAW_JSON_MAKE_LOC_INFO_CONSTEVAL DAW_CONSTEVAL
116#if not defined( DAW_JSON_USE_STRTOD ) and not defined( __cpp_lib_to_chars )
117#define DAW_JSON_USE_STRTOD
124#if defined( DAW_HAS_MSVC )
125#if not defined( DAW_JSON_DISABLE_RANDOM )
126#define DAW_JSON_DISABLE_RANDOM
132#if DAW_HAS_GCC_VER_GTE( 8, 0 ) or defined( DAW_HAS_CLANG ) or \
133 ( DAW_HAS_BUILTIN( __builtin_uadd_overflow ) and \
134 DAW_HAS_BUILTIN( __builtin_uaddl_overflow ) and \
135 DAW_HAS_BUILTIN( __builtin_uaddll_overflow ) )
136#define DAW_JSON_HAS_BUILTIN_UADD
141#if defined( DAW_HAS_MSVC )
142#define DAW_JSON_BUGFIX_FROM_JSON_001
150#if defined( DAW_HAS_MSVC )
151#define DAW_JSON_BUGFIX_MSVC_EVAL_ORDER_002
156#if defined( DAW_HAS_MSVC ) and __cpp_constexpr > 201700L
157#define DAW_JSON_BUGFIX_MSVC_KNOWN_LOC_ICE_003
163#if not defined( NDEBUG ) or defined( DEBUG ) or \
164 defined( DAW_JSON_PARSER_DIAGNOSTICS ) or defined( DAW_HAS_MSVC )
165#if not defined( DAW_JSON_ALWAYS_FULL_NAME_MATCH )
166#define DAW_JSON_ALWAYS_FULL_NAME_MATCH
172#if defined( __cpp_generic_lambdas )
173#if __cpp_generic_lambdas >= 201707L
174#define DAW_JSON_USE_GENERIC_LAMBDAS
179#if defined( __cpp_static_call_operator )
180#if __cpp_static_call_operator >= 202207L
181#define DAW_JSON_HAS_STATIC_CALL_OP
184#if defined( DAW_JSON_HAS_STATIC_CALL_OP )
185#define DAW_JSON_CPP23_STATIC_CALL_OP static
186#define DAW_JSON_CPP23_STATIC_CALL_OP_CONST
188#if DAW_HAS_CLANG_VER_GTE( 17, 0 )
189#define DAW_JSON_CPP23_STATIC_CALL_OP_DISABLE_WARNING \
190 _Pragma( "clang diagnostic push" ) \
191 _Pragma( "clang diagnostic ignored \"-Wc++23-extensions\"" )
193#define DAW_JSON_CPP23_STATIC_CALL_OP_ENABLE_WARNING \
194 _Pragma( "clang diagnostic pop" )
196#define DAW_JSON_CPP23_STATIC_CALL_OP_DISABLE_WARNING
197#define DAW_JSON_CPP23_STATIC_CALL_OP_ENABLE_WARNING
200#define DAW_JSON_CPP23_STATIC_CALL_OP
201#define DAW_JSON_CPP23_STATIC_CALL_OP_CONST const
202#define DAW_JSON_CPP23_STATIC_CALL_OP_DISABLE_WARNING
203#define DAW_JSON_CPP23_STATIC_CALL_OP_ENABLE_WARNING
206#if defined( __cpp_constexpr_dynamic_alloc )
207#if __cpp_constexpr_dynamic_alloc >= 201907L
208#define DAW_JSON_HAS_CPP20_CX_ALLOC
212#if defined( DAW_JSON_HAS_CPP20_CX_ALLOC )
213#define DAW_JSON_HAS_CPP20_CX_DTOR
214#define DAW_JSON_CPP20_CX_DTOR constexpr
216#define DAW_JSON_CPP20_CX_DTOR
219#if defined( DAW_JSON_HAS_CPP20_CX_ALLOC ) and \
220 defined( __cpp_lib_constexpr_vector )
221#if __cpp_lib_constexpr_vector >= 201907L
222#define DAW_JSON_HAS_CPP20_CX_VECTOR
226#if defined( DAW_JSON_HAS_CPP20_CX_VECTOR )
227#define DAW_JSON_CX_VECTOR constexpr
229#define DAW_JSON_CX_VECTOR
232#if defined( DAW_JSON_HAS_CPP20_CX_ALLOC ) and \
233 defined( __cpp_lib_constexpr_string )
234#if __cpp_lib_constexpr_string >= 201907L
235#define DAW_JSON_HAS_CPP20_CX_STRING
239#if defined( DAW_JSON_HAS_CPP20_CX_STRING )
240#define DAW_JSON_CX_STRING constexpr
242#define DAW_JSON_CX_STRING
245#if defined( DAW_JSON_HAS_CPP20_CX_STRING ) and \
246 defined( DAW_JSON_HAS_CPP20_CX_VECTOR )
247#define DAW_JSON_HAS_CPP20_CX_STRVEC
248#define DAW_JSON_CX_STRVEC constexpr
250#define DAW_JSON_CX_STRVEC
258#if defined( DAW_JSON_HAS_CPP20_CX_DTOR )
259#if not defined( NDEBUG ) and not defined( DAW_JSON_USE_FULL_DEBUG_ITERATORS )
260#define DAW_JSON_USE_FULL_DEBUG_ITERATORS
264#if defined( __cpp_lib_containers_ranges )
265#if __cpp_lib_containers_ranges > 202202L
266#define DAW_JSON_HAS_CPP23_RANGE_CTOR
270#if defined( DAW_HAS_CONCEPTS ) and not defined( DAW_JSON_NO_REQUIRES )
271#define DAW_JSON_USE_REQUIRES
272#define DAW_JSON_ENABLEIF( ... )
273#define DAW_JSON_ENABLEIF2( ... )
274#define DAW_JSON_ENABLEIF_S( ... )
275#define DAW_JSON_REQUIRES( ... ) requires( __VA_ARGS__ )
277#define DAW_JSON_ENABLEIF( ... ) \
278 , std::enable_if_t<( __VA_ARGS__ ), std::nullptr_t> = nullptr
279#define DAW_JSON_ENABLEIF2( ... ) \
280 , std::enable_if_t<( __VA_ARGS__ ), std::nullptr_t>
281#define DAW_JSON_ENABLEIF_S( ... ) , std::enable_if_t<( __VA_ARGS__ )>
282#define DAW_JSON_REQUIRES( ... )