File trace.macros.hpp¶ File List > astrea > trace > trace > trace.macros.hpp Go to the documentation of this file #pragma once #ifndef _TRACE_ROOT_ #define _TRACE_ROOT_ static_assert(false, "TRACE_ROOT environment variable not set or passed to compiler."); #endif // _TRACE_ROOT_