Browse Source

Math: properly forward-declare BoolVector.

pull/191/head
Vladimír Vondruš 8 years ago
parent
commit
b024d69a44
  1. 2
      src/Magnum/Math/Math.h

2
src/Magnum/Math/Math.h

@ -39,6 +39,8 @@ namespace Magnum { namespace Math {
/** @todo Denormals to zero */
#ifndef DOXYGEN_GENERATING_OUTPUT
template<std::size_t> class BoolVector;
/* Class Constants used only statically */
template<UnsignedInt, UnsignedInt, class> class Bezier;

Loading…
Cancel
Save