Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Framework/Foundation/include/Framework/Endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#define O2_BIG_ENDIAN __BIG_ENDIAN
#define O2_LITTLE_ENDIAN __LITTLE_ENDIAN


template <typename T>
requires std::same_as<T, uint16_t>
inline uint16_t doSwap(uint16_t x)
Expand Down