mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
update include guard
This commit is contained in:
parent
98070735f4
commit
f1e781fe52
1 changed files with 3 additions and 3 deletions
|
|
@ -29,8 +29,8 @@
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
// SOFTWARE.
|
// SOFTWARE.
|
||||||
|
|
||||||
#ifndef MAGIC_ENUM_HPP
|
#ifndef NEARGYE_MAGIC_ENUM_HPP
|
||||||
#define MAGIC_ENUM_HPP
|
#define NEARGYE_MAGIC_ENUM_HPP
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
@ -364,4 +364,4 @@ std::basic_ostream<Char, Traits>& operator<<(std::basic_ostream<Char, Traits>& o
|
||||||
|
|
||||||
} // namespace magic_enum
|
} // namespace magic_enum
|
||||||
|
|
||||||
#endif // MAGIC_ENUM_HPP
|
#endif // NEARGYE_MAGIC_ENUM_HPP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue