[ox/std] Move bit.hpp static_asserts to cpp file

This commit is contained in:
2022-01-26 21:14:32 -06:00
parent 2d429d30a3
commit 81f2865fcc
3 changed files with 15 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ target_compile_definitions(
add_library(
OxStd
assert.cpp
bit.cpp
buffer.cpp
buildinfo.cpp
byteswap.cpp