Revert 5134297. This caused overload ambiguities.
commitfb6b74ea3757dca2a1156f08bb351cfb0ea871f7
authorDaniel Wallin <daniel@boostpro.com>
Tue, 24 Nov 2009 10:21:53 +0000 (24 11:21 +0100)
committerDaniel Wallin <daniel@boostpro.com>
Wed, 25 Nov 2009 18:20:09 +0000 (25 19:20 +0100)
treef390ebdef948595593e2ac1ef5fb030f04cdce62
parent8ec4783f42a37738196069050d04264ef3ec6b67
Revert 5134297. This caused overload ambiguities.

lua_tonumber() automatically converts from strings. This caused problems
because:

  f(int);
  f(std::string const&);

would be considered equal when called with string.
luabind/detail/policy.hpp