Don't use lua_tointeger() for unsigned int on MSVC.
commit4f5386c3bc5af0211799c72f1602064729b49fdf
authorDaniel Wallin <daniel@boostpro.com>
Wed, 9 Dec 2009 10:00:53 +0000 (9 11:00 +0100)
committerDaniel Wallin <daniel@boostpro.com>
Wed, 9 Dec 2009 10:55:11 +0000 (9 11:55 +0100)
tree117804aa61c84f45f0905913bb967279cc17af49
parent914799b8f4c4eda4f1da105612ca1500e3058975
Don't use lua_tointeger() for unsigned int on MSVC.

The double-to-integer cast trick used by lua_tointeger() doesn't
work for unsigned.
luabind/detail/policy.hpp
test/Jamfile
test/test_unsigned_int.cpp [new file with mode: 0644]