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