diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-13 23:06:04 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-13 23:06:04 -0800 |
| commit | 71289ee5e8e5286fde47ec563bfdcdb2cb9c369d (patch) | |
| tree | 8e493818c380ee7e8fc752510fab78562eda63d3 /toolsrc/include | |
| parent | 415789b42e5fd43ac984902cd72848f6ef6b450a (diff) | |
| download | vcpkg-71289ee5e8e5286fde47ec563bfdcdb2cb9c369d.tar.gz vcpkg-71289ee5e8e5286fde47ec563bfdcdb2cb9c369d.zip | |
[vcpkg-contact] Add --survey so users can easily provide feedback
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/base/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg/base/util.h b/toolsrc/include/vcpkg/base/util.h index 3d56c1e10..8d78fd6cc 100644 --- a/toolsrc/include/vcpkg/base/util.h +++ b/toolsrc/include/vcpkg/base/util.h @@ -24,8 +24,8 @@ namespace vcpkg::Util namespace Sets { - template<class Container, class T = ElementT<Container>> - bool contains(const Container& container, const T& item) + template<class Container> + bool contains(const Container& container, const ElementT<Container>& item) { return container.find(item) != container.cend(); } |
