aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/functions.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-01-21 09:22:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-01-21 09:22:20 +0200
commit614ac547aabbf9c6168e3ad42dad6ee022de2080 (patch)
tree41328a8f20340cc18b7e120c1aa75e4b420b4fee /libbuild2/cc/functions.cxx
parentd2b8ba3e586a17e78b480c129bfcf24d6e05bade (diff)
Add another overload of to_target(), declare in functions-name.hxx
Diffstat (limited to 'libbuild2/cc/functions.cxx')
-rw-r--r--libbuild2/cc/functions.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/libbuild2/cc/functions.cxx b/libbuild2/cc/functions.cxx
index abfd32f..e05c707 100644
--- a/libbuild2/cc/functions.cxx
+++ b/libbuild2/cc/functions.cxx
@@ -13,11 +13,10 @@
#include <libbuild2/cc/module.hxx>
#include <libbuild2/cc/utility.hxx>
+#include <libbuild2/functions-name.hxx> // to_target()
+
namespace build2
{
- const target&
- to_target (const scope&, name&&, name&&); // libbuild2/functions-name.cxx
-
namespace cc
{
using namespace bin;