diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-08-30 00:47:01 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-08-30 00:47:01 +0300 |
commit | e29098aa809b0dd055cdfa7786144eac1e7988a6 (patch) | |
tree | 8bf95350baa66ba7c6e92df304fceadb2a1a6292 | |
parent | 7be5b3145952235f46aaa6f8ee5e31a99deb1069 (diff) | |
download | ydb-e29098aa809b0dd055cdfa7786144eac1e7988a6.tar.gz |
Update contrib/python/executing to 1.0.0
-rw-r--r-- | contrib/restricted/boost/spirit/include/boost/spirit/home/qi/directive/repeat.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/restricted/boost/spirit/include/boost/spirit/home/qi/directive/repeat.hpp b/contrib/restricted/boost/spirit/include/boost/spirit/home/qi/directive/repeat.hpp index cae27cc5f5..577bd7619c 100644 --- a/contrib/restricted/boost/spirit/include/boost/spirit/home/qi/directive/repeat.hpp +++ b/contrib/restricted/boost/spirit/include/boost/spirit/home/qi/directive/repeat.hpp @@ -113,6 +113,7 @@ namespace boost { namespace spirit { namespace qi // silence MSVC warning C4512: assignment operator could not be generated BOOST_DELETED_FUNCTION(finite_iterator& operator= (finite_iterator const&)); + finite_iterator(const finite_iterator&) = default; }; template <typename T> @@ -209,6 +210,7 @@ namespace boost { namespace spirit { namespace qi // silence MSVC warning C4512: assignment operator could not be generated BOOST_DELETED_FUNCTION(repeat_parser& operator= (repeat_parser const&)); + repeat_parser(const repeat_parser&) = default; }; /////////////////////////////////////////////////////////////////////////// |