Change include guard prefix to STA_CORE

This commit is contained in:
Henrik Stickann
2023-01-19 23:35:15 +01:00
parent c4ef41ddf7
commit 7f2f4a4df9
38 changed files with 121 additions and 121 deletions

View File

@@ -1,12 +1,12 @@
/**
* @brief Template class implementation for `EnumFlags<T>`.
*/
#ifndef STA_ENUM_FLAGS_TPP
#define STA_ENUM_FLAGS_TPP
#ifndef STA_CORE_ENUM_FLAGS_TPP
#define STA_CORE_ENUM_FLAGS_TPP
#ifndef STA_ENUM_FLAGS_HPP
#ifndef STA_CORE_ENUM_FLAGS_HPP
# error "Direct use of internal header. Use <sta/enum_flags.hpp> instead"
#endif // !STA_ENUM_FLAGS_HPP
#endif // !STA_CORE_ENUM_FLAGS_HPP
namespace sta
@@ -113,4 +113,4 @@ namespace sta
} // namespace sta
#endif // STA_ENUM_FLAGS_TPP
#endif // STA_CORE_ENUM_FLAGS_TPP