Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Go to file
Lioncash f957dd594b hecl/hecl: Mark byte swapping functions as noexcept
These are frequently used within hash implementations, which should be
noexcept by default. Given it doesn't make sense to throw exceptions
from these functions anyways, they can be made noexcept.
2019-08-24 02:46:44 -04:00
hecl hecl/hecl: Mark byte swapping functions as noexcept 2019-08-24 02:46:44 -04:00