From 3ce44330cca9dbc4314feebb27403ebc3175b6c2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Mar 2016 09:14:31 +0200 Subject: New variable architecture --- build2/name.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build2/name.cxx') diff --git a/build2/name.cxx b/build2/name.cxx index 0d7211c..296b4ec 100644 --- a/build2/name.cxx +++ b/build2/name.cxx @@ -2,12 +2,10 @@ // copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -#include +#include // Note: not #include -using namespace std; - namespace build2 { ostream& @@ -42,7 +40,7 @@ namespace build2 } ostream& - operator<< (ostream& os, const names& ns) + operator<< (ostream& os, const names_view& ns) { for (auto i (ns.begin ()), e (ns.end ()); i != e; ) { -- cgit v1.1