mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 22:34:48 +01:00
abf230a9ac
For it to be available we build malloc_debug in C++11 mode when not using GCC2. Note that max_align_t is not in the std namespace in GCC4 versions prior to GCC 4.9. The extra "using namespace std" is there to be forward compatible once we update.