From 934f2a9a90c5cad3cdc8a66b50c17827a3ddbcee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 20 Jan 2018 13:46:11 +0200 Subject: Get rid of action rule override semantics Instead we now have two more or less separate match states for outer and inner parts of an action. --- build2/variable.ixx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'build2/variable.ixx') diff --git a/build2/variable.ixx b/build2/variable.ixx index fd6b7b2..dcc1304 100644 --- a/build2/variable.ixx +++ b/build2/variable.ixx @@ -237,6 +237,16 @@ namespace build2 typify (v, t, var); } + void + typify (value&, const value_type&, const variable*, memory_order); + + inline void + typify (value& v, const value_type& t, const variable* var) + { + typify (v, t, var, memory_order_relaxed); + } + + inline vector_view reverse (const value& v, names& storage) { -- cgit v1.1