aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-19 08:38:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-19 08:38:56 +0200
commitcde3ea58802c700ed8fd3b11e46eb973a7018a12 (patch)
tree03038c64f62b30b56334e7988e6add370520c895 /build2/cxx
parenta5b95ad0d6ee18f2deb9e98e3058efd12bf0f492 (diff)
Improve diagnostics
Diffstat (limited to 'build2/cxx')
-rw-r--r--build2/cxx/init.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx
index 92d5da8..25b6c0d 100644
--- a/build2/cxx/init.cxx
+++ b/build2/cxx/init.cxx
@@ -129,7 +129,7 @@ namespace build2
if (!sup)
fail << "C++" << *v << " is not supported by " << ci.signature <<
- info << "required by " << project (rs) << '@' << rs.out_path ();
+ info << "required by " << project (rs) << '@' << rs;
if (mj > 19 || (mj == 19 && mi >= 11)) // 15.3
{
@@ -357,7 +357,7 @@ namespace build2
const variable_map& hints)
{
tracer trace ("cxx::guess_init");
- l5 ([&]{trace << "for " << bs.out_path ();});
+ l5 ([&]{trace << "for " << bs;});
// We only support root loading (which means there can only be one).
//
@@ -506,7 +506,7 @@ namespace build2
const variable_map& hints)
{
tracer trace ("cxx::config_init");
- l5 ([&]{trace << "for " << bs.out_path ();});
+ l5 ([&]{trace << "for " << bs;});
// We only support root loading (which means there can only be one).
//
@@ -554,7 +554,7 @@ namespace build2
const variable_map& hints)
{
tracer trace ("cxx::init");
- l5 ([&]{trace << "for " << bs.out_path ();});
+ l5 ([&]{trace << "for " << bs;});
// We only support root loading (which means there can only be one).
//