}
#if __cplusplus >= 202002L
- // _GLIBCXX_RESOLVE_LIB_DEFECTS
- // 3719. Directory iterators should be usable with default sentinel
- bool operator==(default_sentinel_t) const noexcept
- { return !_M_dir; }
+ // _GLIBCXX_RESOLVE_LIB_DEFECTS
+ // 3719. Directory iterators should be usable with default sentinel
+ bool operator==(default_sentinel_t) const noexcept
+ { return !_M_dir; }
#endif
#if __cpp_impl_three_way_comparison < 201907L
}
#if __cplusplus >= 202002L
- // _GLIBCXX_RESOLVE_LIB_DEFECTS
- // 3719. Directory iterators should be usable with default sentinel
- bool operator==(default_sentinel_t) const noexcept
- { return !_M_dirs; }
+ // _GLIBCXX_RESOLVE_LIB_DEFECTS
+ // 3719. Directory iterators should be usable with default sentinel
+ bool operator==(default_sentinel_t) const noexcept
+ { return !_M_dirs; }
#endif
#if __cpp_impl_three_way_comparison < 201907L