diff options
author | thegeorg <thegeorg@yandex-team.com> | 2022-08-30 17:26:13 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2022-08-30 17:26:13 +0300 |
commit | f79f740e5b92e2c8a10c9c74383e6b47e63a3ef3 (patch) | |
tree | 56b2285a7a01843ae9abce1b81f8972818c929b7 | |
parent | 8ef1d870a8c73f1b7abf3f967ac2ef7d6e119c58 (diff) | |
download | ydb-f79f740e5b92e2c8a10c9c74383e6b47e63a3ef3.tar.gz |
boost/spirit: Drop terrible patch to workaround -Wshadow
-rw-r--r-- | contrib/restricted/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/subrule.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/restricted/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/subrule.hpp b/contrib/restricted/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/subrule.hpp index 1f4bb048f9..1d16d70aea 100644 --- a/contrib/restricted/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/subrule.hpp +++ b/contrib/restricted/boost/spirit/include/boost/spirit/home/classic/core/non_terminal/subrule.hpp @@ -22,8 +22,6 @@ #include <boost/spirit/home/classic/core/non_terminal/subrule_fwd.hpp> #include <boost/spirit/home/classic/core/non_terminal/impl/subrule.ipp> -#include <util/system/compiler.h> - namespace boost { namespace spirit { BOOST_SPIRIT_CLASSIC_NAMESPACE_BEGIN @@ -209,9 +207,6 @@ BOOST_SPIRIT_CLASSIC_NAMESPACE_BEGIN return start.parse(g_arg); } - Y_PRAGMA_DIAGNOSTIC_PUSH - Y_PRAGMA_NO_WSHADOW - template <int ID2, typename DefT2, typename ContextT2> inline subrule_list< self_t, @@ -231,8 +226,6 @@ BOOST_SPIRIT_CLASSIC_NAMESPACE_BEGIN rhs, nil_t())); } - Y_PRAGMA_DIAGNOSTIC_POP - typename DefT::embed_t rhs; subrule_t const& start; }; |