34 static void check(
int)
36 #ifdef TOON_TEST_INTERNALS 38 throw StaticVectorOverfill();
47 static void use(
int){}
48 static void check(
int s)
51 #ifdef TOON_TEST_INTERNALS 53 throw VectorOverfill();
54 #elif !defined TOON_NDEBUG_FILL 57 std::cerr <<
"TooN overfilled vector" << std::endl;
65 template<
int N,
int R,
int C,
bool IsDynamic=(R==-1||C==-1)>
struct CheckMOverFill 67 static void check(
int)
69 #ifdef TOON_TEST_INTERNALS 71 throw StaticMatrixOverfill();
80 static void check(
int s)
82 #ifdef TOON_TEST_INTERNALS 84 throw StaticMatrixOverfill();
88 std::cerr <<
"TooN overfilled matrix" << std::endl;
Definition: overfill_error.hh:65
Pretty generic SFINAE introspection generator.
Definition: vec_test.cc:21
Definition: overfill_error.hh:32
Definition: overfill_error.hh:78
Definition: overfill_error.hh:29