News

Because my program gets std::string_view and the library has absl::string_view, they are binary incompatible and this can't be done. It would be nice if I could specify using absl::string_view over ...
We also try to very heavily minimize header dependencies, especially on certain problematic C++ headers. For example, the core library tries to avoid including <string> due to that header's ...
C++ 23, a planned upgrade to the popular programming language, is now feature-complete, with capabilities such as standard library module support.On the horizon is a subsequent release, dubbed C++ 26.