From 79cb3221c2babe6f560f2e3e463e899631a32b33 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Nov 2016 14:58:30 +0200 Subject: Implement few builtin functions that can operate on any value type() null() empty () identity() --- build2/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index fa6faef..98494d8 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -15,6 +15,7 @@ exe{b}: \ {hxx ixx cxx}{ file } \ {hxx txx cxx}{ filesystem } \ {hxx cxx}{ function } \ + { cxx}{ functions-builtin } \ { cxx}{ functions-path } \ { cxx}{ functions-process-path } \ {hxx cxx}{ lexer } \ -- cgit v1.1