6#ifndef DUNE_COMMON_STDTHREAD_HH
7#define DUNE_COMMON_STDTHREAD_HH
49#define DUNE_ASSERT_CALL_ONCE() \
50 ::Dune::assertCallOnce(__FILE__, __LINE__, __func__)
Dune namespace.
Definition alignedallocator.hh:13
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:35
void doAssertCallOnce(const char *file, int line, const char *function)
Definition stdthread.cc:42
A dynamically growing random access list.
Definition arraylist.hh:62