]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/cml/matrix/fixed.h
version bump cml to version 1.0.2
[chaz/yoink] / src / Moof / cml / matrix / fixed.h
index f35bf1c64a4f5081ec74e76849cd63aa7cd468b3..1a64938db45e48e31b8862ec3ae270b3f6cf25f0 100644 (file)
@@ -71,10 +71,9 @@ class matrix<Element,fixed<Rows,Cols>,BasisOrient,Layout>
 
     /* To simplify the matrix transpose operator: */
     typedef matrix<
-        Element,
+        typename cml::remove_const<Element>::type,
         typename array_type::transposed_type::generator_type,
-        BasisOrient,
-        Layout
+        BasisOrient, Layout
     > transposed_type;
 
     /* To simplify the matrix row and column operators: */
This page took 0.018728 seconds and 4 git commands to generate.