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
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,6 @@ namespace Traits {
template<class T>
struct MatrixTraits {
constexpr static bool isMatrix = false;
constexpr static int rows = -1;
constexpr static int cols = -1;
};
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