Closed tblah closed 2 years ago
@joshuaberne
This change seems straight forward. We will run it through our platform build matrix just to confirm.
Per above, an analogous change has been merged to the master branch, so we will close this PR. If there are issues please let us know.
Describe your changes Implicit conversion from
std::string_view
tostd::string
appears not to be the standard but is implemented in most standard libraries. The issue was found building bde on Windows using clang.Testing performed Build completes successfully.