Michael Lotz abf230a9ac malloc_debug: Set default alignment to max_align_t if available.
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.
2015-04-08 12:56:58 +02:00
..
2015-04-05 21:53:18 +02:00
2015-04-08 12:56:58 +02:00
2015-03-27 21:40:47 +01:00