Commit Graph

3 Commits

Author SHA1 Message Date
mocabe
a7f155f6bc [test] Update test for ResultValue 2020-06-02 08:45:57 +02:00
mocabe
63f3412b03 [test] Add missing test cases for ResultValueRValue.cpp 2020-06-02 08:45:57 +02:00
Alexandros Frantzis
18da9fdcfd Provide rvalue cast operator for ResultValue
Allows objects returned as ResultValue (instead of
ResultValueType::type) to be moved without requiring
additional casting or explicit use of ResultValue::value.

Resolves #589
2020-05-05 15:45:10 +03:00