added ability to overload operators in lua
commit5b788b515d79afb54693bbec1b496aaf22694a2b
authorArvid Norberg <arvid@cs.umu.se>
Sun, 11 May 2003 01:51:23 +0000 (11 01:51 +0000)
committerArvid Norberg <arvid@cs.umu.se>
Sun, 11 May 2003 01:51:23 +0000 (11 01:51 +0000)
treec770ac6ad7f173cd260f0f293af4cb5b50ed36a0
parent5e0b3d7cc4163bcedd6bda828256a09b01991d42
added ability to overload operators in lua
doc/docs.html
luabind/class.hpp
luabind/detail/class_rep.hpp
luabind/detail/ref.hpp
src/class_rep.cpp
test/test_lua_classes.cpp
test/test_operators.cpp