Workaround C++0x pair<> constructor with null pointer issue.
commitb158edf97f7cf9318838d1928ebf95a1e03d52fb
authorThomas Nelson <tdark@speakeasy.net>
Tue, 16 Feb 2010 23:38:42 +0000 (17 00:38 +0100)
committerDaniel Wallin <daniel@boostpro.com>
Mon, 22 Feb 2010 09:11:28 +0000 (22 10:11 +0100)
tree049b2a4620a39b8b4b8beeed9e8de68918c7db2c
parent812c97aa2db1c2a70a41e746070cd9ac22978581
Workaround C++0x pair<> constructor with null pointer issue.

This is present in both GCC4.4 and MSVC10. See:

  http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#811
luabind/detail/instance_holder.hpp
luabind/detail/object_rep.hpp
src/class_rep.cpp
src/inheritance.cpp