 |
imate
C++/CUDA Reference
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
12#ifndef _DEFINITIONS_DEBUGGING_H_
13#define _DEFINITIONS_DEBUGGING_H_
20#define ASSERT(condition, message) \
23 std::cerr << "Assertion `" #condition "` failed in " << __FILE__ \
24 << " line " << __LINE__ << ": " << message << std::endl; \