1#ifndef MPQC_UTILITY_DEBUG_HPP
2#define MPQC_UTILITY_DEBUG_HPP
4#include "mpqc/utility/string.hpp"
14 void debug(
char const *file,
long line,
const char *fmt = NULL, ...) {
17 printf(
"%s", s.c_str());
23 vprintf(s.c_str(), args);
39#define MPQC_DEBUG(...) mpqc::debug(__FILE__, __LINE__, __VA_ARGS__)
std::string string_cast(const T &value)
cast type T to string
Definition string.hpp:14
Contains new MPQC code since version 3.
Definition integralenginepool.hpp:37