microsoft / cpp_client_telemetry

1DS C++ SDK
Apache License 2.0
85 stars 48 forks source link

Add noexcept annotation where applicable #1244

Closed mkoscumb closed 3 months ago

mkoscumb commented 3 months ago

Update a few methods which do not call throwing functions (or throw themselves) to use the noexcept annotation.

Also fixed a best-practice for constant initialization in MultipleLogManagersTests RequestHandler type.