aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/utility.txx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/utility.txx')
-rw-r--r--build2/cxx/utility.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cxx/utility.txx b/build2/cxx/utility.txx
index c20e437..4d38513 100644
--- a/build2/cxx/utility.txx
+++ b/build2/cxx/utility.txx
@@ -14,7 +14,7 @@ namespace build2
{
if (auto l = t["cxx.std"])
{
- const string& v (cast<string> (*l));
+ const string& v (cast<string> (l));
// Translate 11 to 0x and 14 to 1y for compatibility with older
// versions of the compiler.