summaryrefslogtreecommitdiff
path: root/boost/parameter/aux_/tagged_argument.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/parameter/aux_/tagged_argument.hpp')
-rw-r--r--boost/parameter/aux_/tagged_argument.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/parameter/aux_/tagged_argument.hpp b/boost/parameter/aux_/tagged_argument.hpp
index 6248be2d4a..79d273e418 100644
--- a/boost/parameter/aux_/tagged_argument.hpp
+++ b/boost/parameter/aux_/tagged_argument.hpp
@@ -120,13 +120,13 @@ struct tagged_argument : tagged_argument_base
}
# else
template <class Default>
- reference operator[](default_<key_type,Default> const& x) const
+ reference operator[](default_<key_type,Default> const& ) const
{
return value;
}
template <class F>
- reference operator[](lazy_default<key_type,F> const& x) const
+ reference operator[](lazy_default<key_type,F> const& ) const
{
return value;
}