Skip to content
Snippets Groups Projects
Commit 1d51d3e7 authored by Max Kahnt's avatar Max Kahnt
Browse files

Remove dummy values from matrix traits in favor of compile-time errors.

parent 4d859e3d
Branches
No related tags found
1 merge request!5Feature/organize traits
Pipeline #
...@@ -19,8 +19,6 @@ namespace Traits { ...@@ -19,8 +19,6 @@ namespace Traits {
template<class T> template<class T>
struct MatrixTraits { struct MatrixTraits {
constexpr static bool isMatrix = false; constexpr static bool isMatrix = false;
constexpr static int rows = -1;
constexpr static int cols = -1;
}; };
template<class T, int n, int m> template<class T, int n, int m>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment