Cosmetics

This commit is contained in:
Paul Ferrand 2019-11-22 17:57:33 +01:00
parent 9bc5e54b0b
commit be31ae664c
2 changed files with 2 additions and 4 deletions

View file

@ -41,6 +41,7 @@ public:
private:
std::atomic<bool>& guard;
};
class AtomicDisabler
{
public:

View file

@ -25,10 +25,7 @@
#ifndef NDEBUG
#include <iostream>
// These trap into the signal library rather than your own sourcecode
// #include <signal.h>
// #define ASSERTFALSE { ::kill(0, SIGTRAP); }
// #define ASSERTFALSE { raise(SIGTRAP); }
#if (__linux__ || __unix__)
// Break in source code