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;
4343// logical.hpp -----------------------------------------------------------------
4444
4545template <class ... Exprs> struct if_m ;
46+
4647template <class ... Exprs> struct and_m ;
47- template <class Expr > struct not_m ;
4848template <class ... Exprs> struct or_m ;
4949
50+ template <class Expr > struct not_m ;
51+
5052// force.hpp -------------------------------------------------------------------
5153
5254template <class Expr > using force_t = typename Expr::eval;
@@ -63,9 +65,11 @@ struct lazify_v;
6365// type_traits.hpp -------------------------------------------------------------
6466
6567template <class TypeExpr > struct alignment_of_m ;
68+
6669template <class TypeExpr > struct is_array_m ;
6770template <class TypeExpr > struct is_pointer_m ;
6871template <class LhsTypeExpr , class RhsTypeExpr > struct is_same_m ;
72+
6973template <class TypeExpr > struct remove_all_extents_m ;
7074template <class TypeExpr > struct remove_pointer_m ;
7175
You can’t perform that action at this time.
0 commit comments