From: Gabriel Corona Date: Mon, 7 Dec 2015 12:31:47 +0000 (+0100) Subject: [xbt] Remove C++ std::is_trivial verification for xtd_new X-Git-Tag: v3_13~1480^2~8 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5bcc428156b0316a6e12b6a6b32d88f2e5e0944b?hp=5bcc428156b0316a6e12b6a6b32d88f2e5e0944b;ds=sidebyside [xbt] Remove C++ std::is_trivial verification for xtd_new It doesn't work for some versions of compiler. Moreover, it does not work very well with volatile fields which make the struct non-trivial in C++. ---