4 #ifndef DUNE_COMMON_STDTHREAD_HH
5 #define DUNE_COMMON_STDTHREAD_HH
37 const char *
function =
nullptr)
50 #define DUNE_ASSERT_CALL_ONCE() \
51 ::Dune::assertCallOnce(__FILE__, __LINE__, __func__)
55 #endif // DUNE_COMMON_STDTHREAD_HH
Fallback implementation of the nullptr object in C++0x.
void assertCallOnce(const char *file=nullptr, int line=-1, const char *function=nullptr)
Make sure call_once() works and provide a helpful error message otherwise.
Definition: stdthread.hh:36
void doAssertCallOnce(const char *file, int line, const char *function)
Definition: stdthread.cc:40
Definition of the DUNE_UNUSED macro for the case that config.h is not available.
Dune namespace.
Definition: alignment.hh:9
#define DUNE_UNUSED
Definition: unused.hh:12