[libcxx-commits] [PATCH] D153222: [libc++][regex] Removes operator!=.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 19 08:38:56 PDT 2023


Mordante added a comment.

In D153222#4431276 <https://reviews.llvm.org/D153222#4431276>, @H-G-Hristov wrote:

> It looks like these `operator==` are not implemented but I cannot find when they were added to the standard:
> `bool operator==(default_sentinel_t) const { return *this == regex_iterator(); }`
> `bool operator==(default_sentinel_t) const { return *this == regex_token_iterator(); }`

Git blame tells me this is the resolution of https://cplusplus.github.io/LWG/issue3719


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153222/new/

https://reviews.llvm.org/D153222



More information about the libcxx-commits mailing list