this post was submitted on 11 Mar 2026
90 points (96.9% liked)
C++
2253 readers
14 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
I use C++ regularly and never used the 3.
Saw
std::valarrayin some code once, but never used it myself.I tend to avoid boost as much as I can.
Same, tend to avoid Boost wherever I can. Or at least, avoid most of their utilities. Boost.Config standalone seems to serve some good purposes, and there are like 3 or 4 tools that are in Boost that also function properly standalone (most notably, Boost.Nowide).