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

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 18 14:17:00 PDT 2023


H-G-Hristov added a comment.

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(); }`


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