File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,12 @@ template <class LhsExpr, class RhsExpr> struct lte_m;
43
43
// logical.hpp -----------------------------------------------------------------
44
44
45
45
template <class ... Exprs> struct if_m ;
46
+
46
47
template <class ... Exprs> struct and_m ;
47
- template <class Expr > struct not_m ;
48
48
template <class ... Exprs> struct or_m ;
49
49
50
+ template <class Expr > struct not_m ;
51
+
50
52
// force.hpp -------------------------------------------------------------------
51
53
52
54
template <class Expr > using force_t = typename Expr::eval;
@@ -63,9 +65,11 @@ struct lazify_v;
63
65
// type_traits.hpp -------------------------------------------------------------
64
66
65
67
template <class TypeExpr > struct alignment_of_m ;
68
+
66
69
template <class TypeExpr > struct is_array_m ;
67
70
template <class TypeExpr > struct is_pointer_m ;
68
71
template <class LhsTypeExpr , class RhsTypeExpr > struct is_same_m ;
72
+
69
73
template <class TypeExpr > struct remove_all_extents_m ;
70
74
template <class TypeExpr > struct remove_pointer_m ;
71
75
You can’t perform that action at this time.
0 commit comments