Browse Source

Added @todo.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
8dbae4f09c
  1. 1
      src/Math/Vector.h

1
src/Math/Vector.h

@ -49,6 +49,7 @@ namespace Implementation {
#endif
/** @brief %Vector */
/** @todo Constexprize all for loops */
template<size_t size, class T> class Vector {
static_assert(size != 0, "Vector cannot have zero elements");

Loading…
Cancel
Save