From 9f5c4c1ae3bff517eefb39130287016514fb31c7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 Jan 2017 17:28:45 +0200 Subject: Store platform targets as typed target_triplet --- build2/types | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/types') diff --git a/build2/types b/build2/types index e7ab8ba..f8abef2 100644 --- a/build2/types +++ b/build2/types @@ -32,6 +32,7 @@ #include #include #include +#include namespace build2 { @@ -137,6 +138,10 @@ namespace build2 using butl::auto_fd; using butl::ifdstream; using butl::ofdstream; + + // + // + using butl::target_triplet; } // In order to be found (via ADL) these have to be either in std:: or in -- cgit v1.1