Skip to content

Commit 8654540

Browse files
iox-#1295 Update deprecation markers
1 parent b7b49c4 commit 8654540

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iceoryx_hoofs/utility/include/iox/detail/deprecation_marker.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ struct DeprecationMarker
3232
// NOLINTJUSTIFICATION there is no other way to create the intended functionality for the deprecation marker
3333
// NOLINTBEGIN(cppcoreguidelines-macro-usage)
3434

35-
#define IOX_INTERNAL_NEXT_DEPRECATED_VERSION 3
35+
#define IOX_INTERNAL_NEXT_DEPRECATED_VERSION 4
3636

3737
#define IOX_INTERNAL_DEPRECATED_STINGIFY_HELPER_EXPAMD(NUM) #NUM
3838
#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,
8080

8181
#define IOX_INTERNAL_DEPRECATED_HEADER_SINCE_V2(VERSION, MESSAGE) IOX_INTERNAL_DEPRECATED_HEADER_SINCE(VERSION, MESSAGE)
8282

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)
8484

8585
#define IOX_INTERNAL_DEPRECATED_HEADER_SINCE_V4(VERSION, MESSAGE)
8686

@@ -121,7 +121,7 @@ static_assert(ICEORYX_VERSION_MAJOR < IOX_INTERNAL_NEXT_DEPRECATED_VERSION,
121121

122122
#define IOX_INTERNAL_DEPRECATED_SINCE_V2(VERSION, MESSAGE) IOX_INTERNAL_DEPRECATED_SINCE(VERSION, MESSAGE)
123123

124-
#define IOX_INTERNAL_DEPRECATED_SINCE_V3(VERSION, MESSAGE)
124+
#define IOX_INTERNAL_DEPRECATED_SINCE_V3(VERSION, MESSAGE) IOX_INTERNAL_DEPRECATED_SINCE(VERSION, MESSAGE)
125125

126126
#define IOX_INTERNAL_DEPRECATED_SINCE_V4(VERSION, MESSAGE)
127127

0 commit comments

Comments
 (0)