Sergey Skvortsov

Results 1 issues of Sergey Skvortsov

In C++20 with [P1614R2](https://wg21.link/P1614R2) implemented, zero-width assertions `\b` and `\B` do not work. For example, the following code fails with "Pattern can never match": ```cpp #include #include int main() {...