mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
unused variable names removed to avoid warning messages (Giulio Eulisse)
[SVN r23080]
This commit is contained in:
@@ -562,7 +562,7 @@ class class_ : public objects::class_base
|
||||
template <class Fn, class Helper>
|
||||
inline void def_default(
|
||||
char const* name
|
||||
, Fn fn
|
||||
, Fn
|
||||
, Helper const& helper
|
||||
, mpl::bool_<true>)
|
||||
{
|
||||
|
||||
@@ -83,7 +83,7 @@ inline ResultConverter create_result_converter(
|
||||
|
||||
template <class ArgPackage, class ResultConverter>
|
||||
inline ResultConverter create_result_converter(
|
||||
ArgPackage const& args_
|
||||
ArgPackage const&
|
||||
, ResultConverter*
|
||||
, ...
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user