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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] nodeluna@programming.dev 0 points 10 months ago

alright then.

I see. expected is 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::expected with constexpr for c++20 and higher. nl::unexpected with constexpr requires c++23 tho