[luabind-cvs] luabind/luabind/luabind/detail class_rep.hpp,1.41.2.3,1.41.2.4
Brought to you by:
arvidn,
daniel_wallin
From: Arvid N. <ar...@us...> - 2005-10-10 00:40:02
|
Update of /cvsroot/luabind/luabind/luabind/luabind/detail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31573/luabind/detail Modified Files: Tag: beta7-devel2 class_rep.hpp Log Message: removed unused include in class_rep.hpp and fixed value_wrapper_test for compilers not using the tags for value wrappers Index: class_rep.hpp =================================================================== RCS file: /cvsroot/luabind/luabind/luabind/luabind/detail/class_rep.hpp,v retrieving revision 1.41.2.3 retrieving revision 1.41.2.4 diff -u -d -r1.41.2.3 -r1.41.2.4 --- class_rep.hpp 29 Sep 2005 14:58:31 -0000 1.41.2.3 +++ class_rep.hpp 10 Oct 2005 00:39:50 -0000 1.41.2.4 @@ -35,12 +35,10 @@ #include <luabind/detail/construct_rep.hpp> #include <luabind/detail/garbage_collector.hpp> #include <luabind/detail/operator_id.hpp> -//#include <luabind/detail/signature_match.hpp> #include <luabind/detail/class_registry.hpp> #include <luabind/detail/find_best_match.hpp> #include <luabind/detail/get_overload_signature.hpp> #include <luabind/error.hpp> -#include <luabind/detail/method_rep.hpp> #include <luabind/handle.hpp> #include <luabind/detail/primitives.hpp> |