Skip to content
Snippets Groups Projects

Feature/organize traits

Merged maxka requested to merge feature/organize-traits into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -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>
Loading