Unify construction of Lua and C++ classes.
commitd42c6f10dae68ab0b346ab9296bb34502e1f9a7c
authorDaniel Wallin <daniel@boostpro.com>
Sun, 19 Oct 2008 21:07:27 +0000 (19 23:07 +0200)
committerDaniel Wallin <daniel@boostpro.com>
Sat, 29 Nov 2008 21:00:12 +0000 (29 22:00 +0100)
tree5172b63ae21d12e5a0351ebd3ec7fbd0ef77d264
parent2bd9073c2e8b1b1a007fb0c777a7ac79f6a82df8
Unify construction of Lua and C++ classes.

Since C++ classes are now initialized in the __init() member function,
we can now unify the construction code.
luabind/detail/class_rep.hpp
src/class_registry.cpp
src/class_rep.cpp