score: Workaround for GCC 4.9 for atomic ops

The GCC 4.9 ships its own <stdatomic.h> which is not C++ compatible.
The suggested solution was to include <atomic> in case C++ is used.
This works at least with GCC 4.9.  See also:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60932
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60940
This commit is contained in:
Sebastian Huber
2014-06-30 09:56:23 +02:00
parent b42e148587
commit 89f8eab582
2 changed files with 304 additions and 742 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff