Added `get_const_holder()` overload for `boost::shared_ptr`.
commit6ff6e6f5ac03af5831ee5079e360dff69615e834
authorDaniel Wallin <daniel@boostpro.com>
Wed, 3 Sep 2008 09:16:19 +0000 (3 11:16 +0200)
committerDaniel Wallin <daniel@boostpro.com>
Wed, 3 Sep 2008 09:21:41 +0000 (3 11:21 +0200)
tree31c4fff04ae8496a1cbdc23b1e26f9de2bdd9fad
parent631aa1002836bf9fdec1be4fe2c9ee01d3f3c1f0
Added `get_const_holder()` overload for `boost::shared_ptr`.

Everybody uses `boost::shared_ptr`. We might as well have this by
default since it has no cost. This also simplifies the tests a bit,
because they no longer have to care about workarounds for compilers with
no ADL.
luabind/class.hpp
test/test_back_reference.cpp
test/test_held_type.cpp
test/test_lua_classes.cpp