forked from boostorg/function
function_template.hpp:
- Fix unused parameter warning [SVN r12565]
This commit is contained in:
@ -450,7 +450,7 @@ namespace boost {
|
||||
}
|
||||
|
||||
template<typename FunctionObj>
|
||||
void assign_to(FunctionObj f, detail::function::stateless_function_obj_tag)
|
||||
void assign_to(FunctionObj, detail::function::stateless_function_obj_tag)
|
||||
{
|
||||
typedef
|
||||
typename detail::function::
|
||||
|
Reference in New Issue
Block a user