mirror of
https://github.com/nlohmann/json.git
synced 2026-03-07 01:31:25 +00:00
🎨 use Clang-Format
This commit is contained in:
@@ -4241,7 +4241,7 @@ Returns an ordering that is similar to Python:
|
||||
@since version 1.0.0
|
||||
*/
|
||||
#if JSON_HAS_THREE_WAY_COMPARISON
|
||||
inline std::partial_ordering operator<= > (const value_t lhs, const value_t rhs) noexcept // *NOPAD*
|
||||
inline std::partial_ordering operator<=> (const value_t lhs, const value_t rhs) noexcept // *NOPAD*
|
||||
#else
|
||||
inline bool operator<(const value_t lhs, const value_t rhs) noexcept
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user