소스 검색

base: FUCK VISUAL STUDIO; VISUAL STUDIO IS DYING; VISUAL STUDIO SUCKS;

VISUAL STUDIO IS DEAD TO ME; VISUAL STUDIO DID WTC.
undefined
Sam Hocevar 10 년 전
부모
커밋
50fc5c818c
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      src/lol/base/types.h

+ 3
- 1
src/lol/base/types.h 파일 보기

@@ -31,7 +31,9 @@ class half;
* Forward declaration of vec_t, mat_t, cmplx_t, quat_t
*/

int const FULL_SWIZZLE = 0;
/* HACK: if this is declared int const, Visual Studio becomes unable
* to perform template argument deduction. */
#define FULL_SWIZZLE (0)

template<typename T, int N, int SWIZZLE = FULL_SWIZZLE> struct vec_t;
template<typename T, int COLS, int ROWS> struct mat_t;


불러오는 중...
취소
저장