diff --git a/src/Magnum/Math/Color.h b/src/Magnum/Math/Color.h index 21bca74c8..71223ff8a 100644 --- a/src/Magnum/Math/Color.h +++ b/src/Magnum/Math/Color.h @@ -203,7 +203,7 @@ template inline Vector3::FloatingPointType> toXyz(ty /permissive- (yes, there's a dash at the end) flag is specified, which is projects created directly using VS (enabled by default since 15.5) but not projects using CMake. Not using SFINAE in this case makes it work. Minimal - repro case here: https://twitter.com/czmosra/status/1038610648568147968 */ + repro case here: https://twitter.com/czmosra/status/1039446378248896513 */ template constexpr typename std::enable_if::value, T>::type fullChannel() { return T(1); }