filamant c++ 관련 (2)
enable_if_arithmetic_t 으로 체크 enable 구문에 따른 오류 출력 #include #include #include #ifdef _MSC_VER # define MATH_EMPTY_BASES __declspec(empty_bases) #else # define MATH_EMPTY_BASES #endif template using enable_if_arithmetic_t = std::enable_if_t; template struct TVecAdd {}; template struct TVecMul {}; template class MATH_EMPTY_BASES TVec4 : public TVecAdd, TVecMul { public: typedef T value_type; static ..
카테고리 없음
2021. 3. 18. 00:18
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크