Julien Hamaide

Results 2 comments of Julien Hamaide

Unfortunately, @ArsenArsen is right. Currently those check are : ``` #if defined(__cpp_impl_three_way_comparison) && __cpp_impl_three_way_comparison >= 201907L ``` and ``` && defined(__cpp_lib_three_way_comparison) && __cpp_lib_three_way_comparison >= 201907L ``` The first one is...

An example of faking for documentation ``` #if JSON_HAS_THREE_WAY_COMPARISON // output values and comparisons std::cout