Use mpl::vector instead of mpl::list in class_<>.
commitb588f6296e1ddcafe340b5ea87b00177c94be561
authorDaniel Wallin <daniel@boostpro.com>
Wed, 4 Feb 2009 11:29:45 +0000 (4 12:29 +0100)
committerDaniel Wallin <daniel@boostpro.com>
Fri, 27 Feb 2009 12:49:35 +0000 (27 13:49 +0100)
tree802bd417d9d63bf208d52e4a238b40c132adbe65
parent475b54007bcc769f6ca77cdd9c1d33f809a21bb0
Use mpl::vector instead of mpl::list in class_<>.

IIRC we used mpl::list<> here because of some VC6 bug. This isn't
relevant any more, so it's better to just use mpl::vector<>.
luabind/class.hpp