1 #include <boost/static_assert.hpp>
12 BOOST_STATIC_ASSERT(
sizeof(T)==0);
17 typedef float base_type;
18 static const int dim = 4;
19 static const bool is_base_type =
false;
24 typedef float base_type;
25 static const int dim = 3;
26 static const bool is_base_type =
false;
31 typedef float base_type;
32 static const int dim = 2;
33 static const bool is_base_type =
false;
37 typedef float base_type;
38 static const int dim = 1;
39 static const bool is_base_type =
false;
44 typedef float base_type;
45 static const int dim = 1;
46 static const bool is_base_type =
true;
48 template<
int I>
struct vector{ };