From 09e0cf71552d7f6e4f864b997db9913b9e9ae187 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Oct 2019 06:49:23 +0200 Subject: Work around issue with undefined symbol to constexpr const Note that this only manifests itself when compiling in the C++14 mode (e.g., during bootstrap or with an older compiler like GCC 4.9). --- libbuild2/bin/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/bin') diff --git a/libbuild2/bin/init.cxx b/libbuild2/bin/init.cxx index 7f7fd02..07888f6 100644 --- a/libbuild2/bin/init.cxx +++ b/libbuild2/bin/init.cxx @@ -395,7 +395,7 @@ namespace build2 s.find ('*') == string::npos)) { fail << "missing '*' or trailing '" - << path::traits_type::directory_separator + << char (path::traits_type::directory_separator) << "' in binutils pattern '" << s << "'"; } -- cgit v1.1