summaryrefslogtreecommitdiff
path: root/boost/phoenix/stl/container/container.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/phoenix/stl/container/container.hpp')
-rw-r--r--boost/phoenix/stl/container/container.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/phoenix/stl/container/container.hpp b/boost/phoenix/stl/container/container.hpp
index 941d449e0f..f9dbbdb048 100644
--- a/boost/phoenix/stl/container/container.hpp
+++ b/boost/phoenix/stl/container/container.hpp
@@ -94,7 +94,7 @@ namespace boost { namespace phoenix
, typename C
, typename Arg1
>
- struct result<This(C&, Arg1 const &)>
+ struct result<This(C&, Arg1&)>
{
typedef typename add_reference<C>::type type;
};