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.
Include the
alloc-private.h
header after the C++ standard library headers. This sidesteps build failures caused by implementations ofstd::map
andstd::string
which use libc memory allocation functions in expanded templates after they have been marked with thepoison
pragma.Fixes #115