We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IRIS_STRINGIZE
IRIS_CONCAT
1 parent 04dad76 commit 73a6dbaCopy full SHA for 73a6dba
1 file changed
include/iris/config.hpp
@@ -5,13 +5,6 @@
5
6
#include <version>
7
8
-#define IRIS_STRINGIZE_I(x) #x
9
-#define IRIS_STRINGIZE(x) IRIS_STRINGIZE_I(x)
10
-
11
-#define IRIS_CONCAT_I_I(a, b) a##b
12
-#define IRIS_CONCAT_I(a, b) IRIS_CONCAT_I_I(a, b)
13
-#define IRIS_CONCAT(a, b) IRIS_CONCAT_I(a, b)
14
15
#if _MSC_VER
16
# include <CppCoreCheck/warnings.h>
17
# pragma warning(default: CPPCORECHECK_LIFETIME_WARNINGS)
0 commit comments