@@ -32,7 +32,7 @@ struct DeprecationMarker
32
32
// NOLINTJUSTIFICATION there is no other way to create the intended functionality for the deprecation marker
33
33
// NOLINTBEGIN(cppcoreguidelines-macro-usage)
34
34
35
- #define IOX_INTERNAL_NEXT_DEPRECATED_VERSION 3
35
+ #define IOX_INTERNAL_NEXT_DEPRECATED_VERSION 4
36
36
37
37
#define IOX_INTERNAL_DEPRECATED_STINGIFY_HELPER_EXPAMD (NUM ) #NUM
38
38
#define IOX_INTERNAL_DEPRECATED_STINGIFY_HELPER (NUM ) IOX_INTERNAL_DEPRECATED_STINGIFY_HELPER_EXPAMD(NUM)
@@ -80,7 +80,7 @@ static_assert(ICEORYX_VERSION_MAJOR < IOX_INTERNAL_NEXT_DEPRECATED_VERSION,
80
80
81
81
#define IOX_INTERNAL_DEPRECATED_HEADER_SINCE_V2 (VERSION, MESSAGE ) IOX_INTERNAL_DEPRECATED_HEADER_SINCE(VERSION, MESSAGE)
82
82
83
- #define IOX_INTERNAL_DEPRECATED_HEADER_SINCE_V3 (VERSION, MESSAGE )
83
+ #define IOX_INTERNAL_DEPRECATED_HEADER_SINCE_V3 (VERSION, MESSAGE ) IOX_INTERNAL_DEPRECATED_HEADER_SINCE(VERSION, MESSAGE)
84
84
85
85
#define IOX_INTERNAL_DEPRECATED_HEADER_SINCE_V4 (VERSION, MESSAGE )
86
86
@@ -121,7 +121,7 @@ static_assert(ICEORYX_VERSION_MAJOR < IOX_INTERNAL_NEXT_DEPRECATED_VERSION,
121
121
122
122
#define IOX_INTERNAL_DEPRECATED_SINCE_V2 (VERSION, MESSAGE ) IOX_INTERNAL_DEPRECATED_SINCE(VERSION, MESSAGE)
123
123
124
- #define IOX_INTERNAL_DEPRECATED_SINCE_V3 (VERSION, MESSAGE )
124
+ #define IOX_INTERNAL_DEPRECATED_SINCE_V3 (VERSION, MESSAGE ) IOX_INTERNAL_DEPRECATED_SINCE(VERSION, MESSAGE)
125
125
126
126
#define IOX_INTERNAL_DEPRECATED_SINCE_V4 (VERSION, MESSAGE )
127
127
0 commit comments