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