aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/recipe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/recipe.hxx')
-rw-r--r--libbuild2/recipe.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/recipe.hxx b/libbuild2/recipe.hxx
index dfe36ec..97261f5 100644
--- a/libbuild2/recipe.hxx
+++ b/libbuild2/recipe.hxx
@@ -30,7 +30,7 @@ namespace build2
// Note that max size for the "small size optimization" in std::function
// (which is what move_only_function_ex is based on) ranges (in pointer
// sizes) from 0 (GCC libstdc++ prior to 5) to 2 (GCC 5 and later) to 3
- // (Clang libc++) to 6 (VC 14.2). With the size ranging (in bytes for 64-bit
+ // (Clang libc++) to 6 (VC 14.3). With the size ranging (in bytes for 64-bit
// target) from 32 (GCC) to 64 (VC).
//
using recipe_function = target_state (action, const target&);
@@ -49,6 +49,7 @@ namespace build2
LIBBUILD2_SYMEXPORT extern recipe_function* const noop_recipe;
LIBBUILD2_SYMEXPORT extern recipe_function* const default_recipe;
LIBBUILD2_SYMEXPORT extern recipe_function* const group_recipe;
+ LIBBUILD2_SYMEXPORT extern recipe_function* const inner_recipe;
}
#endif // LIBBUILD2_RECIPE_HXX