[ox] Correct bad bit_cast uses and improve constexpr-ness

(synced from 1f24912ddd)
This commit is contained in:
2021-11-28 21:03:29 -06:00
parent 8706eab62a
commit 74c62a1780
35 changed files with 247 additions and 214 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ if(NOT OX_BUILD_EXEC OR NOT OX_USE_STDLIB)
set(OX_RUN_TESTS OFF)
endif()
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)