mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-24 01:27:37 +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>
|
||||
void operator()(Elem& e) const
|
||||
void operator()(Elem const& e) const
|
||||
{
|
||||
using std::swap;
|
||||
swap(front(e), back(e));
|
||||
|
Reference in New Issue
Block a user