Add support for exporting the # operator.
commit441f3812b8f947a1a94a1e9fd4765c6f737e7742
authorDaniel Wallin <daniel@boostpro.com>
Tue, 7 Oct 2008 11:51:26 +0000 (7 13:51 +0200)
committerDaniel Wallin <daniel@boostpro.com>
Tue, 7 Oct 2008 11:51:26 +0000 (7 13:51 +0200)
treea63e47dcb9e43b6a23f34ac5813a77b2321d9354
parentb658677f56e91de729ab767af787af73a4487357
Add support for exporting the # operator.

This maps operator "#" to "__len". Also removes some dead code from
operator_id.hpp.
luabind/detail/operator_id.hpp
src/class_registry.cpp
test/test_operators.cpp