microsoft / cpp_client_telemetry

1DS C++ SDK
Apache License 2.0
86 stars 47 forks source link

ClangTidy issue in lib/system/Route.hpp #1296

Open HIROSN opened 3 weeks ago

HIROSN commented 3 weeks ago

Describe your environment. Issue found in Microsoft Edge and still exists in the current main.

Steps to reproduce. Issue was reported by static analysis using ClangTidy.

What is the expected behavior? No issue reported.

What is the actual behavior? use-after-move reported.

Additional context. https://microsoft.visualstudio.com/Edge/_workitems/edit/52434861

HIROSN commented 3 weeks ago

Pull request https://github.com/microsoft/cpp_client_telemetry/pull/1297