microsoft / cppwinrt

C++/WinRT
MIT License
1.64k stars 238 forks source link

Add missing `<exception>` to base_includes.h #1427

Closed m417z closed 1 month ago

m417z commented 1 month ago

Clang with std=c++23 rightfully complains that std::exception_ptr isn't defined.