microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.45k stars 371 forks source link

Clean up use of std::exception #89

Closed walbourn closed 3 years ago

walbourn commented 3 years ago

The ctor for std::exception that takes a 'what' string is a MSVC extension. This PR updates the code to use derived classes for improved portability.