diff options
author | alexbobkov <alexbobkov@yandex-team.ru> | 2022-02-10 16:46:26 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:26 +0300 |
commit | 48030071922c430b2b2ffbf612d75c7afbf7a2c0 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/restricted | |
parent | f73e4101dd2c1e90a8e222e24eb7b88644062efa (diff) | |
download | ydb-48030071922c430b2b2ffbf612d75c7afbf7a2c0.tar.gz |
Restoring authorship annotation for <alexbobkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted')
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/restricted/boost/boost/spirit/home/lex/argument_phoenix.hpp b/contrib/restricted/boost/boost/spirit/home/lex/argument_phoenix.hpp index bada9e3951..80407ee478 100644 --- a/contrib/restricted/boost/boost/spirit/home/lex/argument_phoenix.hpp +++ b/contrib/restricted/boost/boost/spirit/home/lex/argument_phoenix.hpp @@ -37,7 +37,7 @@ namespace boost { namespace spirit { namespace lex template <typename Env> unused_type - eval(Env const&) const + eval(Env const&) const { return unused; } @@ -69,7 +69,7 @@ namespace boost { namespace spirit { namespace lex template <typename Env> unused_type - eval(Env const&) const + eval(Env const&) const { return unused; } diff --git a/contrib/restricted/boost/boost/spirit/home/lex/lexer/lexertl/token.hpp b/contrib/restricted/boost/boost/spirit/home/lex/lexer/lexertl/token.hpp index 7ab2ea40ce..41a9042a01 100644 --- a/contrib/restricted/boost/boost/spirit/home/lex/lexer/lexertl/token.hpp +++ b/contrib/restricted/boost/boost/spirit/home/lex/lexer/lexertl/token.hpp @@ -580,8 +580,8 @@ namespace boost { namespace spirit { namespace traits , lex::lexertl::token<Iterator, lex::omit, HasState, Idtype> > { static void - call(lex::lexertl::token<Iterator, lex::omit, HasState, Idtype> const& - , Attribute&) + call(lex::lexertl::token<Iterator, lex::omit, HasState, Idtype> const& + , Attribute&) { // do nothing } diff --git a/contrib/restricted/boost/boost/spirit/home/lex/tokenize_and_parse_attr.hpp b/contrib/restricted/boost/boost/spirit/home/lex/tokenize_and_parse_attr.hpp index 9184b6a7a5..2a376ef92b 100644 --- a/contrib/restricted/boost/boost/spirit/home/lex/tokenize_and_parse_attr.hpp +++ b/contrib/restricted/boost/boost/spirit/home/lex/tokenize_and_parse_attr.hpp @@ -97,7 +97,7 @@ namespace boost { namespace spirit { namespace lex template <typename Iterator, typename Lexer, typename ParserExpr , typename Skipper, BOOST_PP_ENUM_PARAMS(N, typename A)> inline bool - tokenize_and_phrase_parse(Iterator& first, Iterator last, Lexer const& + tokenize_and_phrase_parse(Iterator& first, Iterator last, Lexer const& , ParserExpr const& expr, Skipper const& skipper , BOOST_PP_ENUM_BINARY_PARAMS(N, A, & attr)) { |