From 149ae83fad625e9de3a621a83c016c98f9f9ba19 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Tue, 7 Oct 2025 19:55:15 +0100 Subject: [PATCH] core: Add NS_DEPRECATED_3_47 macro --- src/core/model/deprecated.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/core/model/deprecated.h b/src/core/model/deprecated.h index 56c984f8c..8ab5651e6 100644 --- a/src/core/model/deprecated.h +++ b/src/core/model/deprecated.h @@ -83,6 +83,13 @@ */ #define NS_DEPRECATED(msg) /** \deprecated msg */ [[deprecated(msg)]] +/** + * @ingroup deprecation + * @def NS_DEPRECATED_3_47 + * Tag for things deprecated in version ns-3.47. + */ +#define NS_DEPRECATED_3_47(msg) NS_DEPRECATED("Deprecated in ns-3.47: " msg) + /** * @ingroup deprecation * @def NS_DEPRECATED_3_46