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