From 037e5e9224648fdc9f3956d612fb476966847f5c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Aug 2021 11:07:09 +0200 Subject: Optimize process_libraries() some more --- libbuild2/cc/common.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/common.hxx') diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx index f15bf23..64de228 100644 --- a/libbuild2/cc/common.hxx +++ b/libbuild2/cc/common.hxx @@ -298,7 +298,7 @@ namespace build2 const function&, bool = false, library_cache* = nullptr, - small_vector* = nullptr) const; + small_vector* = nullptr) const; const target* search_library (action a, -- cgit v1.1