Explorar el Código

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

VISUAL STUDIO IS DEAD TO ME; VISUAL STUDIO DID WTC.
undefined
Sam Hocevar hace 10 años
padre
commit
50fc5c818c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      src/lol/base/types.h

+ 3
- 1
src/lol/base/types.h Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar