this post was submitted on 24 Jun 2025
1 points (100.0% liked)
C++
2277 readers
2 users here now
The center for all discussion and news regarding C++.
Rules
- Respect instance rules.
- Don't be a jerk.
- Please keep all posts related to C++.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
alright then.
I see.
expectedis such a great library to have regardless of the standard version. damn c++03, I'm not familiar with that standard.I enabled support for c++11 regardless, it's kinda cool to do so. and I enabled conditional support to use
nl::expectedwith constexpr for c++20 and higher.nl::unexpectedwith constexpr requires c++23 tho