We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c85fba commit ed5b093Copy full SHA for ed5b093
1 file changed
Framework/Foundation/include/Framework/Endian.h
@@ -33,7 +33,6 @@
33
#define O2_BIG_ENDIAN __BIG_ENDIAN
34
#define O2_LITTLE_ENDIAN __LITTLE_ENDIAN
35
36
-template <typename T>
37
inline uint16_t doSwap(std::same_as<uint16_t> auto x)
38
{
39
return swap16_(x);
0 commit comments