C++26: string and string_view improvements
Summary
The article surveys three C++26 improvements around string and string_view: new string_view constructors for stringstream and bitset, and the introduction of operator+ support between std::string and std::string_view. These additive changes reduce copies and improve ergonomics without breaking existing code.