From 7b9eb752cad04aaadc4552d0f26d307b04af1869 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Feb 2017 08:09:53 +0200 Subject: Pass const target& to recipes --- build2/types | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/types') diff --git a/build2/types b/build2/types index 7afc24e..0e6012b 100644 --- a/build2/types +++ b/build2/types @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include @@ -116,6 +117,10 @@ namespace build2 using butl::optional; using butl::nullopt; + // + // + using butl::const_ptr; + // // using butl::path; -- cgit v1.1