Version: 8.8.0
Regression from: 8.7.x (confirmed working)
std::string_view is a c++17 feature, meaning the changes in 8.8.0 break compatibility with c++14.
Questions for the maintainers:
- Was the C++14 compatibility drop intentional?
- If so, would this not be a reason to bump a mayor version?
Version: 8.8.0
Regression from: 8.7.x (confirmed working)
std::string_view is a c++17 feature, meaning the changes in 8.8.0 break compatibility with c++14.
Questions for the maintainers: