Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[xbt] Remove C++ std::is_trivial verification for xtd_new
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 7 Dec 2015 12:31:47 +0000 (13:31 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 7 Dec 2015 12:31:48 +0000 (13:31 +0100)
commitbd40272868b19dcabef6c7d59fd392dc18195390
tree3387221e3143af49b8e5e6bd3943ded79bc402c6
parent0ab8ced3df24230adfeaec1e79d49db3a4f5d632
[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++.
include/xbt/sysdep.h