2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

warning suppression

[SVN r18261]
This commit is contained in:
Dave Abrahams
2003-04-16 14:29:27 +00:00
parent 10dc663e07
commit 30e7768a87

View File

@@ -219,7 +219,7 @@ namespace detail
char const* name,
OverloadsT const& overloads,
NameSpaceT& name_space,
SigT const& sig)
SigT)
{
typedef typename mpl::front<SigT>::type return_type;
typedef typename OverloadsT::void_return_type void_return_type;