Remove BOOST_BEAST_USE_STD_STRING_VIEW
Fixes #2363
An automated preview of the documentation is available at https://2451.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html
Timeline tracing charts: https://2451.beast.tracing.cppalliance.org/index.html
We can't just remove it, we have to deprecate it first for at least one release
Does that include a preprocessor warning (well, error, for portability) when it's used? Or just a deprecation notice in the release notes
it should be an error or warning unless they define BOOST_BEAST_ALLOW_DEPRECATED or something like that.
An automated preview of the documentation is available at https://2451.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html
Timeline tracing charts: https://2451.beast.tracing.cppalliance.org/index.html
This needs to be squashed, with authorship preserved, and the commit message edited to reflect the semantics of the change, i.e. "std::string_view is not an option"
An automated preview of the documentation is available at https://2451.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html
Timeline tracing charts: https://2451.beast.tracing.cppalliance.org/index.html
An automated preview of the documentation is available at https://2451.beastdocs.prtest.cppalliance.org/libs/beast/doc/html/index.html
Timeline tracing charts: https://2451.beast.tracing.cppalliance.org/index.html
Codecov Report
Merging #2451 (6869502) into develop (12c2d14) will not change coverage. The diff coverage is
n/a.
Additional details and impacted files
@@ Coverage Diff @@
## develop #2451 +/- ##
========================================
Coverage 94.72% 94.72%
========================================
Files 152 152
Lines 11881 11881
========================================
Hits 11254 11254
Misses 627 627
| Impacted Files | Coverage Δ | |
|---|---|---|
| include/boost/beast/core/string_type.hpp | 100.00% <ø> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 12c2d14...6869502. Read the comment docs.