mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
94c287810f
This should enable operator[] to work in all cases that it is to be expected, thanks to a lot of explicit conversions and some basic overload resolution ranking tricks (e.g., making some conversions a template). We also need to remember that GCC expects `. template (function name)` in generic code, as it can parse things in a really dumb and silly manner. |
||
---|---|---|
.. | ||
error.hpp | ||
function.hpp | ||
lua_function.hpp | ||
object.hpp | ||
proxy.hpp | ||
reference.hpp | ||
stack.hpp | ||
state.hpp | ||
table.hpp | ||
traits.hpp | ||
tuple.hpp | ||
types.hpp |