microsoft / cpp_client_telemetry

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

Fix an Apple break in Office around complex c'tors running at binary load time. #1230

Closed mkoscumb closed 4 months ago

mkoscumb commented 4 months ago

Fix is to move the complex c'tors into a Test Facet, so that they're initialized and destroyed only when the Test is run.