diff --git a/include/boost/fusion/sequence/intrinsic/swap.hpp b/include/boost/fusion/sequence/intrinsic/swap.hpp index 448ed16b..90570c1f 100644 --- a/include/boost/fusion/sequence/intrinsic/swap.hpp +++ b/include/boost/fusion/sequence/intrinsic/swap.hpp @@ -39,7 +39,7 @@ namespace boost { namespace fusion { }; template - void operator()(Elem& e) const + void operator()(Elem const& e) const { using std::swap; swap(front(e), back(e));