Add compute_score() and compute_arity() helpers.
commitebf94c98eeb3a030973bb88410b61d038ba70227
authorDaniel Wallin <daniel@boostpro.com>
Mon, 6 Oct 2008 19:20:01 +0000 (6 21:20 +0200)
committerDaniel Wallin <daniel@boostpro.com>
Mon, 10 Nov 2008 10:36:36 +0000 (10 11:36 +0100)
tree3a367456343c3849b35551ba3e5abd4b4dd108b3
parente4d56405ab9be7fba74efcd102fa2632b2988750
Add compute_score() and compute_arity() helpers.

These will be used to remove a lot of duplicate code that does signature
deduction in function.hpp and detail/overload_rep.hpp, and to remove
signature_match.hpp.
luabind/detail/compute_score.hpp [new file with mode: 0644]