diff --git a/src/Magnum/Math/Range.h b/src/Magnum/Math/Range.h index 7f119c56b..367a12870 100644 --- a/src/Magnum/Math/Range.h +++ b/src/Magnum/Math/Range.h @@ -114,7 +114,7 @@ template class Range { /** @overload */ /** @todo std::pair constructors are not constexpr in C++11, make it so in C++14 */ #ifndef DOXYGEN_GENERATING_OUTPUT - template> + template::type> #endif /*implicit*/ Range(const std::pair, Vector>& minmax) noexcept: _min{minmax.first}, _max{minmax.second} {}