From 8dbae4f09ca74fbd6e235da7d4beeebab82e5c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 17 Aug 2012 11:27:25 +0200 Subject: [PATCH] Added @todo. --- src/Math/Vector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Math/Vector.h b/src/Math/Vector.h index 6121ab144..29413e124 100644 --- a/src/Math/Vector.h +++ b/src/Math/Vector.h @@ -49,6 +49,7 @@ namespace Implementation { #endif /** @brief %Vector */ +/** @todo Constexprize all for loops */ template class Vector { static_assert(size != 0, "Vector cannot have zero elements");