summaryrefslogtreecommitdiff
path: root/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp')
-rw-r--r--boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp b/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp
index 711ae90394..b92cc861db 100644
--- a/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp
+++ b/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp
@@ -190,9 +190,8 @@ namespace boost { namespace spirit { namespace iterator_policies
mutable typename Functor::second_type ftor;
result_type curtok;
- private:
// silence MSVC warning C4512: assignment operator could not be generated
- shared& operator= (shared const&);
+ BOOST_DELETED_FUNCTION(shared& operator= (shared const&))
};
};