From 61699217beb4779ff23eea893762c5cf14053763 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Nov 2023 11:01:13 +0200 Subject: Fix minor incompatibility with C++14 --- libbuild2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/compile-rule.cxx') diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index d1a45c3..0755eef 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -6138,7 +6138,7 @@ namespace build2 (dir_path (build_install_data) /= "libbuild2") /= "cc", dir_path (), "std", - "cppm", + string ("cppm"), // For C++14 during bootstrap. target_decl::implied, trace).first); -- cgit v1.1