this post was submitted on 30 Jun 2024
11 points (100.0% liked)

C++

1773 readers
8 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] lambalicious@lemmy.sdf.org 1 points 4 months ago

No requires(requires(...

No decltype((auto))

No noexcept(noexcept(...

To be fair, it's quite an advancement considering what I was expecting.

Just about my only question is why the return is a string and not a `string_view``.