Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix broken build 20551fb51e6144ee0c7942602e4c4a60477ddfc8
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Sat, 26 Mar 2016 15:40:32 +0000 (16:40 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Sat, 26 Mar 2016 15:40:40 +0000 (16:40 +0100)
commit6a6333fc8e440799c9feb7d800c73a2f478c07c8
tree53ed8c13d1d8ea34edcb71425eea0ff7b28ba414
parent7bda8ae4e84d39e914a5014eef27e0e42491c474
Fix broken build 20551fb51e6144ee0c7942602e4c4a60477ddfc8

This commit fixes compatibility issues with GCC < 5 and older versions of
clang.

The problem (at least with GCC) is/was that they declared the move-constructor
as deleted in GCC < 5. See the bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54316

This commit does not return any stringstreams any more but makes use of a
file-wide global variable to use stringstream.
src/instr/instr_paje_trace.cpp