QGIS/external
Alessandro Pasotti e5ba558617 Fix error return-std-move
std::move should not be used here because
it prevents RVO (copy elision) and it's
considered an anti-pattern.

To fix the original warning the returned
type must match the declared return
type or copy elision will not be possible
(and the warning will be triggered).
2018-10-11 08:33:18 +02:00
..
2018-09-16 14:18:39 +02:00
2018-10-05 14:22:21 +02:00
2018-10-11 08:33:18 +02:00
2018-09-17 11:39:45 +10:00