diff options
author | bugaevskiy <bugaevskiy@yandex-team.ru> | 2022-02-10 16:46:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:17 +0300 |
commit | c7f68570483e493f4ddaf946de7b3a420ee621b0 (patch) | |
tree | 9c0071ecb0669ad439755fd802425230a52673ce /contrib/restricted/boost/libs | |
parent | 1312621288956f199a5bd5342b0133d4395fa725 (diff) | |
download | ydb-c7f68570483e493f4ddaf946de7b3a420ee621b0.tar.gz |
Restoring authorship annotation for <bugaevskiy@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/boost/libs')
-rw-r--r-- | contrib/restricted/boost/libs/filesystem/src/operations.cpp | 6 | ||||
-rw-r--r-- | contrib/restricted/boost/libs/regex/ya.make | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/contrib/restricted/boost/libs/filesystem/src/operations.cpp b/contrib/restricted/boost/libs/filesystem/src/operations.cpp index 044019ceb9..ad92611849 100644 --- a/contrib/restricted/boost/libs/filesystem/src/operations.cpp +++ b/contrib/restricted/boost/libs/filesystem/src/operations.cpp @@ -2345,9 +2345,9 @@ namespace detail && (filename.size()== 1 || (filename[1] == dot && filename.size()== 2))) - { - detail::directory_iterator_increment(it, ec); - } + { + detail::directory_iterator_increment(it, ec); + } } } diff --git a/contrib/restricted/boost/libs/regex/ya.make b/contrib/restricted/boost/libs/regex/ya.make index 379c0831ae..503204a923 100644 --- a/contrib/restricted/boost/libs/regex/ya.make +++ b/contrib/restricted/boost/libs/regex/ya.make @@ -16,10 +16,10 @@ PEERDIR( contrib/libs/icu ) -CFLAGS( - -DBOOST_HAS_ICU -) - +CFLAGS( + -DBOOST_HAS_ICU +) + SRCS( src/c_regex_traits.cpp src/cpp_regex_traits.cpp |