From 6a9f150024a795bcf050c004efb1d96c8408306b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 15 Apr 2022 11:37:17 +0200 Subject: Adjust small vector limit in process_libraries() --- libbuild2/cc/common.hxx | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'libbuild2/cc/common.hxx') diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx index 2d2145a..1e74b22 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -319,9 +319,26 @@ namespace build2 lflags, const string*, bool)>&, const function&, bool = false, - library_cache* = nullptr, - small_vector* = nullptr, - vector* = nullptr) const; + library_cache* = nullptr) const; + + void + process_libraries_impl ( + action, + const scope&, + optional, + const dir_paths&, + const mtime_target&, + bool, + lflags, + const function&, + const function, 2>&, + lflags, const string*, bool)>&, + const function&, + bool, + library_cache*, + small_vector*, + small_vector*) const; const target* search_library (action a, -- cgit v1.1