1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-11-26 22:10:06 +00:00

Updated Home (markdown)

Chuck Walbourn 2024-10-24 12:25:59 -07:00
parent dc2e68f1f2
commit f5e391cef2

@ -123,7 +123,7 @@ wget https://raw.githubusercontent.com/dotnet/corert/master/src/Native/inc/unix/
With GCC, the SAL annotation preprocessor symbols can conflict with the GNU implementation of the Standard C++ Library. The workaround is to include the system headers before including DirectXMath:
```
```cpp
#include <algorithm>
#include <iterator>
#include <utility>