From db05553e65e7a7d9e4d77c76b31caf39e657c7f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 24 May 2013 21:59:09 +0200 Subject: [PATCH] Math: another C++14 todo :-) --- src/Math/BoolVector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Math/BoolVector.h b/src/Math/BoolVector.h index 44d84416b..ce81ba946 100644 --- a/src/Math/BoolVector.h +++ b/src/Math/BoolVector.h @@ -36,6 +36,7 @@ namespace Magnum { namespace Math { namespace Implementation { + /** @todo C++14: use std::make_index_sequence and std::integer_sequence */ template struct Sequence {}; #ifndef DOXYGEN_GENERATING_OUTPUT