#include <stdexcept>
Go to the source code of this file.
Macros | |
#define | S(x) #x |
#define | S_(x) S(x) |
#define | S__LINE__ S_(__LINE__) |
#define | HAVOQGT_ERROR() throw std::runtime_error("Error at " __FILE__ " " S__LINE__); |
#define | HAVOQGT_ERROR_MSG(msg) throw std::runtime_error(msg "\nError at " __FILE__ " " S__LINE__); |
#define HAVOQGT_ERROR | ( | ) | throw std::runtime_error("Error at " __FILE__ " " S__LINE__); |
#define HAVOQGT_ERROR_MSG | ( | msg | ) | throw std::runtime_error(msg "\nError at " __FILE__ " " S__LINE__); |