core: Add NS_DEPRECATED_3_47 macro

This commit is contained in:
Eduardo Almeida
2025-10-07 19:55:15 +01:00
parent d205711b19
commit 149ae83fad

View File

@@ -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