diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-25 22:22:07 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-01 16:52:33 +0300 |
commit | 0bbd98cffae9274936a0ac7cc579756182579e4e (patch) | |
tree | 9d09099468140df2785f13fbc5de2a892f085dee /mod/build-config-module.hxx | |
parent | 599bd6335c27ff2c1a48cc0b3a5ee115d49afcda (diff) |
Adapt to using butl::small_vector instead of std::vector for some manifest values
Diffstat (limited to 'mod/build-config-module.hxx')
-rw-r--r-- | mod/build-config-module.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/build-config-module.hxx b/mod/build-config-module.hxx index 3ad1a83..25ddbb4 100644 --- a/mod/build-config-module.hxx +++ b/mod/build-config-module.hxx @@ -47,7 +47,7 @@ namespace brep // requested. // bool - exclude (const vector<bpkg::build_class_expr>&, + exclude (const small_vector<bpkg::build_class_expr, 1>&, const vector<bpkg::build_constraint>&, const bbot::build_config&, string* reason = nullptr) const; |