fix for swap picked up with gcc 4.1.2

[SVN r37791]
This commit is contained in:
Dan Marsden
2007-05-26 19:54:13 +00:00
parent 1bf333a444
commit 05a706599a

View File

@ -39,7 +39,7 @@ namespace boost { namespace fusion {
}; };
template<typename Elem> template<typename Elem>
void operator()(Elem& e) const void operator()(Elem const& e) const
{ {
using std::swap; using std::swap;
swap(front(e), back(e)); swap(front(e), back(e));