1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-08 07:33:53 +00:00

Remove obsolete todo

This commit is contained in:
Martin Hořeňovský 2022-06-02 11:54:15 +02:00
parent 2dc657cd1f
commit 9e445930cc
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -17,7 +17,6 @@ namespace Catch {
class IsEmptyMatcher final : public MatcherGenericBase {
public:
// todo: Use polyfills
template <typename RangeLike>
bool match(RangeLike&& rng) const {
#if defined(CATCH_CONFIG_POLYFILL_NONMEMBER_CONTAINER_ACCESS)