objectiveManager::write hides overloaded virtual function
View options
- Truncate descriptions
Closed Issue created
clang complains about the write()
method in objectiveManager, which masks the regIOobject write method.
possible corrections:
- a new name such as writeObjectives or something
- mark with 'using regIOobject::write' ?
- Show labels
- Show closed items