sol2/sol
ThePhD d7ea4718c8 multi_return<> name to return_type<> .
Makes more sense, as the return does not always have to be multiple types.
(Indeed, it is specialized for 1 and 0 cases).
2014-05-08 13:08:21 -04:00
..
demangle.hpp Fixed some bad spacing. 2014-04-26 21:38:37 -04:00
deprecate.hpp Renamed DEPRECATE to SOL_DEPRECATED 2014-04-25 20:11:00 -04:00
error.hpp Initial commit 2013-11-25 04:56:27 -05:00
function_types.hpp multi_return<> name to return_type<> . 2014-05-08 13:08:21 -04:00
function.hpp multi_return<> name to return_type<> . 2014-05-08 13:08:21 -04:00
object.hpp Missing inline on several functions; causes compilations when sol is included in multiple Translation Units. 2014-04-24 16:46:11 -04:00
proxy.hpp multi_return<> name to return_type<> . 2014-05-08 13:08:21 -04:00
reference.hpp Moved pop from reference to table 2014-04-25 21:40:52 -04:00
stack.hpp Fix compiler errors, tests failing however 2014-04-27 00:53:57 -04:00
state.hpp multi_return<> name to return_type<> . 2014-05-08 13:08:21 -04:00
table.hpp multi_return<> name to return_type<> . 2014-05-08 13:08:21 -04:00
traits.hpp multi_return<> name to return_type<> . 2014-05-08 13:08:21 -04:00
tuple.hpp Class binding now works with multiple functions 2014-04-26 18:24:54 -04:00
types.hpp Class binding now works with multiple functions 2014-04-26 18:24:54 -04:00
userdata.hpp We no longer need the register_into(const table& s) function: removing~ 2014-04-27 09:13:45 -04:00