cpp_client_telemetry
cpp_client_telemetry copied to clipboard
Clean up lib\include\mat\json.hpp and update Private Modules Commit ID.
Beyond being good dependency hygiene, this will also allow adopters which have their own copy of json.hpp to more easily use that when integrating the 1DS C++ SDK (via include path modification)
This work will be broken down into three PRs.
- This PR Copy json.hpp from lib\include\mat => nlohmann\ update include paths accordingly. - https://github.com/microsoft/cpp_client_telemetry/pull/1325
- Update include paths in the private modules repo.
- #This PR# Remove lib\include\mat\json.hpp and update the private modules repo commit to the result of Stage 2.