mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-25 18:17:29 +02:00
fix for swap picked up with gcc 4.1.2
[SVN r37791]
This commit is contained in:
@ -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));
|
||||||
|
Reference in New Issue
Block a user