From aeeedd32f8717d8c6a1886a5561a879059be87d0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Nov 2016 10:53:39 +0200 Subject: Make names and vector different types, add typed value constructor --- build2/c/init.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build2/c') diff --git a/build2/c/init.cxx b/build2/c/init.cxx index 750c729..aaef186 100644 --- a/build2/c/init.cxx +++ b/build2/c/init.cxx @@ -147,10 +147,10 @@ namespace build2 v["cc.loptions"], v["cc.libs"], - v.insert ("c.export.poptions"), - v.insert ("c.export.coptions"), - v.insert ("c.export.loptions"), - v.insert ("c.export.libs"), + v.insert ("c.export.poptions"), + v.insert ("c.export.coptions"), + v.insert ("c.export.loptions"), + v.insert> ("c.export.libs"), v["cc.export.poptions"], v["cc.export.coptions"], -- cgit v1.1