mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add deprecated message to NamedEnum constructor
- this class really should not be used at all anymore. Add a message so people recognize can find any occurrences.
This commit is contained in:
@ -99,7 +99,8 @@ public:
|
||||
// Constructors
|
||||
|
||||
//- Construct from names
|
||||
NamedEnum();
|
||||
NamedEnum()
|
||||
FOAM_DEPRECATED_FOR(2017-05, "Enum instead of using NamedEnum");
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
Reference in New Issue
Block a user