From d930b5205e277b522c2a7fe4a7c0e08c5a8afee1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Feb 2022 08:59:22 +0200 Subject: Redo diagnostics without operator<< in namespace std --- libbuild2/utility.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'libbuild2/utility.cxx') diff --git a/libbuild2/utility.cxx b/libbuild2/utility.cxx index f7f3d41..3f89def 100644 --- a/libbuild2/utility.cxx +++ b/libbuild2/utility.cxx @@ -19,7 +19,6 @@ using namespace std; using namespace butl; -// // // namespace build2 @@ -31,10 +30,7 @@ namespace build2 { return os << run_phase_[static_cast (p)]; } -} -namespace std -{ ostream& operator<< (ostream& os, const ::butl::path& p) { @@ -76,11 +72,10 @@ namespace std } } +// +// namespace build2 { - // - // - // void (*terminate) (bool); process_path argv0; -- cgit v1.1