You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amend! [libc++] Add default copy ctor to "__chrono/exception.h"
Add required attributes to fix test failures
[libc++] Add default copy ctor to "__chrono/exception.h"
After PR#90394, "__chrono/exception.h" will trigger
"deprecated-copy-with-user-provided-dtor" warning on Windows x64
runtime testing with ToT Clang. This patch addresses this issue by
explicitly adding those default copy ctors.
0 commit comments