Skip to content

Commit

Permalink
Update Framework/Foundation/include/Framework/Endian.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Dec 12, 2024
1 parent 9223d27 commit 8c1e648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Framework/Foundation/include/Framework/Endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ inline uint16_t doSwap(std::same_as<uint16_t> auto x)
return swap16_(x);
}

template <typename T>
inline uint32_t doSwap(std::same_as<uint32_t> auto x)
{
return swap32_(x);
Expand Down

0 comments on commit 8c1e648

Please sign in to comment.