pnoltes opened a new pull request, #665: URL: https://github.com/apache/celix/pull/665
This PR removes the C++17 string_view support from the `utils` and `framework` libraries. This is task in #509. The removal ensures easier C++ support, as the string_view integration required numerous `#ifdef` directives to guarantee API compatibility with C++14. It also mandated that we compile and run tests with both C++14 and C++17 flags. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org