Skip to content
Snippets Groups Projects
Commit 065d256b authored by Dmitry Yu. Naumov's avatar Dmitry Yu. Naumov
Browse files

[MeL] Return PropertyVector* instead of opt refs.

Since boost-1.61 (and also not in the std::optional)
optionals holding references do have some restrictions
and are difficult to use. In this special case
optional<PropertyVector&> is equivalent semantically
to a PropertyVector*. The pointer indicates that it is
not owning (contrary to usage of unique_ptr).

Thanks to Christoph pointing this issue out.
parent 4e030e95
No related branches found
No related tags found
No related merge requests found
Loading
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