Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build failure due to libc++ using libc functions
Include the "alloc-private.h" header after the C++ standard library headers. This sidesteps build failures caused by implementations of std::map and std::string which use libc memory allocation functions in expanded templates after they have been marked with the "poison" pragma. Fixes #115 (cherry picked from commit d77bc02)
- Loading branch information