From e037a2efc94fc563f86cfc126cba2d3ba67265eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 Jul 2019 13:59:06 +0200 Subject: Minor improvements --- libbuild2/scope.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2') diff --git a/libbuild2/scope.hxx b/libbuild2/scope.hxx index 7b4fec5..455bcc6 100644 --- a/libbuild2/scope.hxx +++ b/libbuild2/scope.hxx @@ -367,7 +367,7 @@ namespace build2 inline ostream& operator<< (ostream& os, const scope& s) { - return os << s.out_path ().string (); // Always absolute. + return os << s.out_path ().representation (); // Always absolute. } // Temporary scope. The idea is to be able to create a temporary scope in -- cgit v1.1