mirror of
https://github.com/nlohmann/json.git
synced 2026-05-05 05:45:24 +00:00
Fix CI, again (#4083)
This commit is contained in:
@@ -55,7 +55,6 @@ static inline bool little_endianness(int num = 1) noexcept
|
||||
return *reinterpret_cast<char*>(&num) == 1;
|
||||
}
|
||||
|
||||
|
||||
///////////////////
|
||||
// binary reader //
|
||||
///////////////////
|
||||
|
||||
Reference in New Issue
Block a user