aboutsummaryrefslogtreecommitdiff
path: root/build2/types
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-06 17:28:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-06 17:28:45 +0200
commit9f5c4c1ae3bff517eefb39130287016514fb31c7 (patch)
treece230ddff1c623a4b329c3ae74fe6e77243be068 /build2/types
parent6f1d989609ac5d13e204fab3bd85f6364e12edd5 (diff)
Store platform targets as typed target_triplet
Diffstat (limited to 'build2/types')
-rw-r--r--build2/types5
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/types b/build2/types
index e7ab8ba..f8abef2 100644
--- a/build2/types
+++ b/build2/types
@@ -32,6 +32,7 @@
#include <butl/timestamp>
#include <butl/vector-view>
#include <butl/small-vector>
+#include <butl/target-triplet>
namespace build2
{
@@ -137,6 +138,10 @@ namespace build2
using butl::auto_fd;
using butl::ifdstream;
using butl::ofdstream;
+
+ // <butl/target-triplet>
+ //
+ using butl::target_triplet;
}
// In order to be found (via ADL) these have to be either in std:: or in