Skip to content
Snippets Groups Projects
Commit 362fec50 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Dmitri Naumov
Browse files

Fix usage of optional<T const&>.

The called getPropertyVector<T>() did not return
a const reference optional, but an optional<T&>.

With boost 1.61 this conversion is no longer possible.

Fixes #1383
parent 689ee4a6
No related branches found
No related tags found
Loading
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