mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-31 03:07:37 +02:00
Remove obsolete todo
This commit is contained in:
@ -17,7 +17,6 @@ namespace Catch {
|
|||||||
|
|
||||||
class IsEmptyMatcher final : public MatcherGenericBase {
|
class IsEmptyMatcher final : public MatcherGenericBase {
|
||||||
public:
|
public:
|
||||||
// todo: Use polyfills
|
|
||||||
template <typename RangeLike>
|
template <typename RangeLike>
|
||||||
bool match(RangeLike&& rng) const {
|
bool match(RangeLike&& rng) const {
|
||||||
#if defined(CATCH_CONFIG_POLYFILL_NONMEMBER_CONTAINER_ACCESS)
|
#if defined(CATCH_CONFIG_POLYFILL_NONMEMBER_CONTAINER_ACCESS)
|
||||||
|
Reference in New Issue
Block a user