mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
clean-up
This commit is contained in:
parent
aa724339dc
commit
513e606d7b
1 changed files with 3 additions and 3 deletions
|
|
@ -7,11 +7,11 @@ module;
|
||||||
|
|
||||||
export module magic_enum;
|
export module magic_enum;
|
||||||
|
|
||||||
#ifdef MAGIC_ENUM_USE_STD_MODULE
|
#if defined(MAGIC_ENUM_USE_STD_MODULE)
|
||||||
import std;
|
import std;
|
||||||
|
|
||||||
extern "C++" {
|
extern "C++" {
|
||||||
#ifdef __clang__
|
#if defined(__clang__)
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
#pragma clang diagnostic ignored "-Winclude-angled-in-module-purview"
|
#pragma clang diagnostic ignored "-Winclude-angled-in-module-purview"
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
|
|
@ -21,7 +21,7 @@ extern "C++" {
|
||||||
|
|
||||||
#include <magic_enum/magic_enum_all.hpp>
|
#include <magic_enum/magic_enum_all.hpp>
|
||||||
|
|
||||||
#ifdef __clang__
|
#if defined(__clang__)
|
||||||
#pragma clang diagnostic pop
|
#pragma clang diagnostic pop
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue