Browse Source

Math: another C++14 todo :-)

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
db05553e65
  1. 1
      src/Math/BoolVector.h

1
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<std::size_t ...> struct Sequence {};
#ifndef DOXYGEN_GENERATING_OUTPUT

Loading…
Cancel
Save