Skip to content

Commit 7d229e0

Browse files
committed
force_t might be needed in other type alias definitions
1 parent 4e83084 commit 7d229e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

provides/include/lax_v1/synopsis.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
namespace lax_v1 {
44

5+
// force.hpp ===================================================================
6+
7+
template <class Expr> using force_t = typename Expr::eval;
8+
59
// type.hpp ====================================================================
610

711
template <class T> struct type_t;
@@ -49,10 +53,6 @@ template <class... Exprs> struct or_m;
4953

5054
template <class Expr> struct not_m;
5155

52-
// force.hpp ===================================================================
53-
54-
template <class Expr> using force_t = typename Expr::eval;
55-
5656
// lazify.hpp ==================================================================
5757

5858
template <template <class... Formals> class Trait, class... Actuals>

0 commit comments

Comments
 (0)