core: Add NS_DEPRECATED_3_47 macro
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user