json/include/nlohmann/detail
Fredrik Sandhei f68d2b1475 Don't use concept. Causes compilation error on GCC 10
Opting out of using concept and rather defining a structure while still
being able to not use SFINAE and instead `requires` expression.

Compiling with C++23 on GCC 13.2.1 fails on overload resolution on
calling operator== for `std::nullptr_t`. The solution for this was to
simply add another overload for nullptr, on par with the equivalent
`nullptr_t` constructor.
2023-10-11 23:33:42 +02:00
..
conversions Fix CI + new Doctest (#3985) 2023-05-21 17:23:18 +02:00
input Fix spellcheck issue (#4173) 2023-10-04 15:24:38 +02:00
iterators Revert "Try amalgamate again." 2023-10-09 20:39:30 +02:00
meta Don't use concept. Causes compilation error on GCC 10 2023-10-11 23:33:42 +02:00
output Prevent memory leak when exception is thrown in adl_serializer::to_json (#3901) 2023-03-08 13:43:45 +01:00
abi_macros.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
exceptions.hpp Revert "Try amalgamate again." 2023-10-09 20:39:30 +02:00
hash.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
json_custom_base_class.hpp Allow custom base class as node customization point (#3110) 2022-08-28 13:59:07 +02:00
json_pointer.hpp Prevent memory leak when exception is thrown in adl_serializer::to_json (#3901) 2023-03-08 13:43:45 +01:00
json_ref.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
macro_scope.hpp Fix compile error with _HAS_STATIC_RTTI=0 (#4046) 2023-09-24 11:23:41 +02:00
macro_unscope.hpp Fix compile error with _HAS_STATIC_RTTI=0 (#4046) 2023-09-24 11:23:41 +02:00
string_concat.hpp Fix warning about moved from object (#3889) 2022-12-18 17:20:30 +01:00
string_escape.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00
value_t.hpp 🔖 set version to 3.11.2 2022-08-12 15:04:06 +02:00