Loading...
Searching...
No Matches
 
 
 
 
Go to the documentation of this file.
    7#define DI_ASSERT(...)                                                                \ 
    9        if (!bool(__VA_ARGS__)) {                                                     \ 
   10            ::di::assert::detail::assert_fail("" #__VA_ARGS__, nullptr, nullptr,      \ 
   11                                              ::di::util::SourceLocation::current()); \ 
 
   15#if !defined(DI_NO_GLOBALS) && !defined(DI_NO_GLOBAL_ASSERT) 
   16#define ASSERT DI_ASSERT