We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc657c commit 9e44593Copy full SHA for 9e44593
src/catch2/matchers/catch_matchers_container_properties.hpp
@@ -17,7 +17,6 @@ namespace Catch {
17
18
class IsEmptyMatcher final : public MatcherGenericBase {
19
public:
20
- // todo: Use polyfills
21
template <typename RangeLike>
22
bool match(RangeLike&& rng) const {
23
#if defined(CATCH_CONFIG_POLYFILL_NONMEMBER_CONTAINER_ACCESS)
0 commit comments