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:46:59 +0000 (13:46 +0100)
commit5bcc428156b0316a6e12b6a6b32d88f2e5e0944b
tree887ea995125807bbaf595c1e9ee8a31444e72dc7
parentb23e1eb029a107cdc16abd13f0f4d3f0650f642a
[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