b7b2bdb : Removes function_introspection auto preload because otherwise luabind::open can not be called before luaL_openlibs (now one have to manually call luabind::bind_function_introspection).
e2a94d3 : Fixes null pointer dereference that occurs in to_cpp function when LUABIND_NO_ERROR_CHECKING is defined because cv.match invokation is disabled by #ifndef condition.
luabind::open
can not be called beforeluaL_openlibs
(now one have to manually callluabind::bind_function_introspection
).to_cpp
function whenLUABIND_NO_ERROR_CHECKING
is defined becausecv.match
invokation is disabled by#ifndef
condition.