Skip to content
Snippets Groups Projects
Commit abbffdcb authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Use DUNE_DEPRECATED_MSG in example including a message.

parent 876271be
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@
* - Classes
* \code
class DUNE_DEPRECATED_MSG("In the future, please use 'Glass'") Class {}; // 1)
class Class {} DUNE_DEPRECATED("In the future, please use 'Glass'"); // 2)
class Class {} DUNE_DEPRECATED_MSG("In the future, please use 'Glass'"); // 2)
* \endcode
* For both forms, deprecation warnings and the additional hint "In
* the future, please use 'Glass'" will be printed on compilers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment