Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memory: AlignedAlloc: fallback to aligned_alloc()
When compiling with clang++, __STDC_VERSION__ is not defined (obviously as clang++ is not a C compiler). Because of this, check if compiling with MSVC and fallback to the Linux implementation. If the latter is not supported, compilation will fail, as it previously would have with the
- Loading branch information