From 4a9e63ebddab2196dc3a2cb9ceab54f0fc0bf3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 13 Sep 2018 14:19:45 +0200 Subject: [PATCH] Math: doc++ I re-posted the tweet in a failed attempt to gain more attention. Yes, I know I should post that on Connect, but that didn't really made the bug fixed last time anyway. --- src/Magnum/Math/Color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }