mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-12-16 16:48:04 +00:00
Change include guard prefix to STA_CORE
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* @file
|
||||
* @brief Assertion handling.
|
||||
*/
|
||||
#ifndef STA_ASSERT_HPP
|
||||
#define STA_ASSERT_HPP
|
||||
#ifndef STA_CORE_ASSERT_HPP
|
||||
#define STA_CORE_ASSERT_HPP
|
||||
|
||||
/**
|
||||
* @defgroup staCore Core
|
||||
@@ -164,4 +164,4 @@ namespace sta
|
||||
#endif // !STA_ASSERT_ENABLE
|
||||
|
||||
|
||||
#endif // STA_ASSERT_HPP
|
||||
#endif // STA_CORE_ASSERT_HPP
|
||||
|
||||
Reference in New Issue
Block a user