From f8d44a19eda8a8eccc3405c00b7119e56340ce33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 27 Feb 2012 00:37:46 +0100 Subject: [PATCH] Removed wrong TODO. Math types cannot be implicitly shared, because they often need to be casted to float[], for example. --- src/Math/Matrix.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Math/Matrix.h b/src/Math/Matrix.h index 5761d2b32..2d4c71907 100644 --- a/src/Math/Matrix.h +++ b/src/Math/Matrix.h @@ -26,7 +26,6 @@ namespace Magnum { namespace Math { /** * @brief %Matrix * - * @todo @c PERFORMANCE - implicit sharing * @todo @c PERFORMANCE - loop unrolling for Matrix and Matrix */ template class Matrix {