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