[ox/std] Add is_move_constructible

This commit is contained in:
2022-02-26 22:53:50 -06:00
parent 0a48692ee1
commit 187edcd1d3
4 changed files with 46 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ add_library(
string.cpp
strops.cpp
trace.cpp
typetraits.cpp
)
if(NOT MSVC)