function_template.hpp:

- Fix unused parameter warning


[SVN r12565]
This commit is contained in:
Douglas Gregor
2002-01-30 03:39:44 +00:00
parent 8c198b1c90
commit 812ef599bd

View File

@ -450,7 +450,7 @@ namespace boost {
} }
template<typename FunctionObj> 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 typedef
typename detail::function:: typename detail::function::