forked from boostorg/fusion
Fusion: merged fixes for MSVC warnings from trunk
[SVN r57533]
This commit is contained in:
@ -95,6 +95,10 @@ namespace boost { namespace fusion
|
||||
return type();
|
||||
}
|
||||
};
|
||||
|
||||
private:
|
||||
// silence MSVC warning C4512: assignment operator could not be generated
|
||||
struct_iterator& operator= (struct_iterator const&);
|
||||
};
|
||||
}}
|
||||
|
||||
|
Reference in New Issue
Block a user