🎨 use Clang-Format
This commit is contained in:
parent
311ad0b877
commit
e87dba5cc3
1
.github/workflows/check_amalgamation.yml
vendored
1
.github/workflows/check_amalgamation.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
|||||||
|
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: silkeh/clang:dev
|
||||||
env:
|
env:
|
||||||
MAIN_DIR: ${{ github.workspace }}/main
|
MAIN_DIR: ${{ github.workspace }}/main
|
||||||
|
|
||||||
|
|||||||
@ -4241,7 +4241,7 @@ Returns an ordering that is similar to Python:
|
|||||||
@since version 1.0.0
|
@since version 1.0.0
|
||||||
*/
|
*/
|
||||||
#if JSON_HAS_THREE_WAY_COMPARISON
|
#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
|
#else
|
||||||
inline bool operator<(const value_t lhs, const value_t rhs) noexcept
|
inline bool operator<(const value_t lhs, const value_t rhs) noexcept
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user