Extern :
- C3d aggiornamento librerie ( 118044).
This commit is contained in:
@@ -93,7 +93,7 @@ namespace c3d {
|
||||
#define CONCAT_TKNS(A, B, C, D) A B C D // Concatenate tokens without expanding macro (if invoked from macro, arguments are expanded).
|
||||
#define CONCAT_TOKENS(A, B, C, D) CONCAT_TKNS(A, B, C, D) // Concatenate tokens with expanding macro.
|
||||
|
||||
#define DEPR_MSG "This is a deprecated API that will be removed in version 2025!" // Message about a deprecated API.
|
||||
#define DEPR_MSG "This is a deprecated API that will be removed in version 2026!" // Message about a deprecated API.
|
||||
#define DEPR_MSG_EX(msg) CONCAT_TOKENS(DEPR_MSG, " Use ", #msg, " instead it.") // Message about a deprecated API indicating a replacement API.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user