Go to the documentation of this file. 7 #ifndef ALPS_STACKTRACE_HPP 8 #define ALPS_STACKTRACE_HPP 10 #include <alps/config.hpp> 16 #ifndef ALPS_MAX_FRAMES 17 #define ALPS_MAX_FRAMES 63 22 #define ALPS_NO_SIGNALS 27 #define ALPS_NO_STACKTRACE 37 #define ALPS_STACKTRACE ( \ 38 std::string("\nIn ") + __FILE__ \ 39 + " on " + ALPS_STRINGIFY(__LINE__) \ 40 + " in " + __FUNCTION__ + "\n" \ 41 + ::alps::stacktrace() \