billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
640 stars 93 forks source link

Add return policies #51

Closed billyquith closed 7 years ago

billyquith commented 7 years ago

Objects that return references are ambiguous. The reference could a value to copy, or it could be an internal reference. There is no way of knowing without a hint.

billyquith commented 7 years ago

Initial work done in policy branch. Closing.