Skip to content

Commit 73a6dba

Browse files
committed
Remove IRIS_STRINGIZE and IRIS_CONCAT
1 parent 04dad76 commit 73a6dba

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

include/iris/config.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55

66
#include <version>
77

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-
158
#if _MSC_VER
169
# include <CppCoreCheck/warnings.h>
1710
# pragma warning(default: CPPCORECHECK_LIFETIME_WARNINGS)

0 commit comments

Comments
 (0)