aboutsummaryrefslogtreecommitdiff
path: root/build2/name
diff options
context:
space:
mode:
Diffstat (limited to 'build2/name')
-rw-r--r--build2/name4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/name b/build2/name
index 2833a2b..ccceebe 100644
--- a/build2/name
+++ b/build2/name
@@ -147,6 +147,10 @@ namespace build2
inline ostream&
operator<< (ostream& os, const names& ns) {return os << names_view (ns);}
+
+ // Pair of names.
+ //
+ using name_pair = pair<name, name>;
}
#include <build2/name.ixx>