Skip to content

Commit 9e44593

Browse files
committed
Remove obsolete todo
1 parent 2dc657c commit 9e44593

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/catch2/matchers/catch_matchers_container_properties.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ namespace Catch {
1717

1818
class IsEmptyMatcher final : public MatcherGenericBase {
1919
public:
20-
// todo: Use polyfills
2120
template <typename RangeLike>
2221
bool match(RangeLike&& rng) const {
2322
#if defined(CATCH_CONFIG_POLYFILL_NONMEMBER_CONTAINER_ACCESS)

0 commit comments

Comments
 (0)