summaryrefslogtreecommitdiff
path: root/boost/spirit/home/support/nonterminal/expand_arg.hpp
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:24:45 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:24:45 +0900
commit5ce1cfc2525b06c0a9e38531813781de0281c96d (patch)
tree19cc66c6cf6396db288813b2558cc350f1deede2 /boost/spirit/home/support/nonterminal/expand_arg.hpp
parent3c1df2168531ad5580076ae08d529054689aeedd (diff)
downloadboost-5ce1cfc2525b06c0a9e38531813781de0281c96d.tar.gz
boost-5ce1cfc2525b06c0a9e38531813781de0281c96d.tar.bz2
boost-5ce1cfc2525b06c0a9e38531813781de0281c96d.zip
Imported Upstream version 1.71.0upstream/1.71.0
Diffstat (limited to 'boost/spirit/home/support/nonterminal/expand_arg.hpp')
-rw-r--r--boost/spirit/home/support/nonterminal/expand_arg.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/spirit/home/support/nonterminal/expand_arg.hpp b/boost/spirit/home/support/nonterminal/expand_arg.hpp
index f214096be1..12b0c88750 100644
--- a/boost/spirit/home/support/nonterminal/expand_arg.hpp
+++ b/boost/spirit/home/support/nonterminal/expand_arg.hpp
@@ -78,9 +78,8 @@ namespace boost { namespace spirit { namespace detail
Context& context;
- private:
// silence MSVC warning C4512: assignment operator could not be generated
- expand_arg& operator= (expand_arg const&);
+ BOOST_DELETED_FUNCTION(expand_arg& operator= (expand_arg const&))
};
}}}