#include <iostream>Go to the source code of this file.
Defines | |
| #define | KDE_SOFT_ASSERT(test) do { if (!(test)) { std::cerr << __FILE__ << ":" << __LINE__ << ": assert \"" << #test << "\" failed" << std::endl; } } while(0) |
| #define KDE_SOFT_ASSERT | ( | test | ) | do { if (!(test)) { std::cerr << __FILE__ << ":" << __LINE__ << ": assert \"" << #test << "\" failed" << std::endl; } } while(0) |
1.4.7