From 3dea3352e4cd414f01ae3d3b2215d6b0f1348d32 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 09:30:24 +0200 Subject: Remove backwards-compatibility kludges --- build2/install/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/install') diff --git a/build2/install/init.cxx b/build2/install/init.cxx index e301f08..bfe3c7c 100644 --- a/build2/install/init.cxx +++ b/build2/install/init.cxx @@ -80,7 +80,7 @@ namespace build2 if (spec) { - if (cv != nullptr && *cv && !cv->empty ()) // @@ BC LT [null] + if (cv != nullptr && *cv) v = cast (*cv); // Strip CT to T. } else -- cgit v1.1