summaryrefslogtreecommitdiff
path: root/boost/spirit/home/karma/stream/stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/karma/stream/stream.hpp')
-rw-r--r--boost/spirit/home/karma/stream/stream.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/spirit/home/karma/stream/stream.hpp b/boost/spirit/home/karma/stream/stream.hpp
index 1b679a8aab..be6588362f 100644
--- a/boost/spirit/home/karma/stream/stream.hpp
+++ b/boost/spirit/home/karma/stream/stream.hpp
@@ -285,9 +285,8 @@ namespace boost { namespace spirit { namespace karma
T t_;
- private:
// silence MSVC warning C4512: assignment operator could not be generated
- lit_stream_generator& operator= (lit_stream_generator const&);
+ BOOST_DELETED_FUNCTION(lit_stream_generator& operator= (lit_stream_generator const&))
};
///////////////////////////////////////////////////////////////////////////