STL/stl
Casey Carter f565496875
Workaround clang __is_base_of bug in <type_traits> (#167)
Clang's `__is_base_of` intrinsic incorrectly handles some corner cases involving incomplete union types before LLVM 9. Workaround by guarding with `__is_class`.
2019-10-09 18:21:10 -07:00
..
inc Workaround clang __is_base_of bug in <type_traits> (#167) 2019-10-09 18:21:10 -07:00
msbuild Initial commit. 2019-09-04 15:57:56 -07:00
src Fix typos (#96) 2019-09-17 21:45:12 -06:00
CMakeLists.txt Reflect directory structure of includes in ${PROJECT_BINARY_DIR}/out/inc (#98) 2019-09-17 08:01:08 -07:00