reflective-rapidjson/lib/json
Martchus 5c7a6cba8c Add default operator== to serializable classes
Otherwise derived classes cannot use add a default themselves. Maybe this
makes sense for more comparision operators. Note that I'm still testing the
usefulness. It already breaks when using multiple inheritane so maybe there
is a better way.

The operator is guarded by a version constraint because it is a C++20
feature.
2022-05-15 21:03:20 +02:00
..
errorformatting.h Add a function to format JSON deserialization errors 2020-02-29 22:35:02 +01:00
errorhandling.h Allow reporting a type mismatch specifying the expected RapidJSON type directly 2022-01-03 23:24:40 +01:00
reflector-boosthana.h Apply clang-format 2018-06-23 14:35:53 +02:00
reflector-chronoutilities.h Adapt to changes in c++utilities 2019-06-10 22:46:06 +02:00
reflector.h Fix (de)serialization of std::int8_t/std::uint8_t 2022-05-15 03:11:39 +02:00
serializable.h Add default operator== to serializable classes 2022-05-15 21:03:20 +02:00