Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add exception specification for xbt_free_f.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 6 Mar 2019 20:49:49 +0000 (21:49 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 6 Mar 2019 20:49:52 +0000 (21:49 +0100)
commite94d23a9338ae2aab92cf1304dc19494780778b3
tree87e1e1156f650ebac6cd6cd5f97e4f6c957a9b1a
parentf0ade322a3884342c7ead439ac0cef9a4785dba7
Add exception specification for xbt_free_f.

Take the same exception specification as for std::free. Without that, Intel icc
fails to compile simgrid::xbt::demangle (backtrace.cpp) with:
error \#878: incompatible exception specifications
include/xbt/sysdep.h
src/xbt/xbt_main.cpp