openfoam/applications/test/dictionary2/Make
Mark Olesen 8d5f28bcc0 ENH: dictionary add/set methods now return a pointer to the entry
- If the entry could be directly inserted: a pointer to the inserted entry.
- If a dictionary merge was required: a pointer to the dictionary that
  received the entry.
- Return nullptr on any type of insertion failure.

This change is code compatible with existing code since it only alters
a bool return value to be a pointer return value.
2017-11-08 17:43:28 +01:00
..
files ENH: dictionary add/set methods now return a pointer to the entry 2017-11-08 17:43:28 +01:00
options ENH: dictionary add/set methods now return a pointer to the entry 2017-11-08 17:43:28 +01:00