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