diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:01 +0300 |
commit | 2d37894b1b037cf24231090eda8589bbb44fb6fc (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/icu | |
parent | 718c552901d703c502ccbefdfc3c9028d608b947 (diff) | |
download | ydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/icu')
-rw-r--r-- | contrib/libs/icu/i18n/vtzone.cpp | 4 | ||||
-rw-r--r-- | contrib/libs/icu/include/unicode/vtzone.h | 4 | ||||
-rw-r--r-- | contrib/libs/icu/ya.make | 16 |
3 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/icu/i18n/vtzone.cpp b/contrib/libs/icu/i18n/vtzone.cpp index 849fbbe756..36e5834523 100644 --- a/contrib/libs/icu/i18n/vtzone.cpp +++ b/contrib/libs/icu/i18n/vtzone.cpp @@ -1066,12 +1066,12 @@ VTimeZone::operator==(const TimeZone& that) const { return FALSE; } -#if __cplusplus > 201703L +#if __cplusplus > 201703L UBool VTimeZone::operator!=(const TimeZone& that) const { return !operator==(that); } -#endif +#endif VTimeZone* VTimeZone::createVTimeZoneByID(const UnicodeString& ID) { diff --git a/contrib/libs/icu/include/unicode/vtzone.h b/contrib/libs/icu/include/unicode/vtzone.h index 41ccf69f4f..641adec512 100644 --- a/contrib/libs/icu/include/unicode/vtzone.h +++ b/contrib/libs/icu/include/unicode/vtzone.h @@ -82,9 +82,9 @@ public: * semantically unequal. * @stable ICU 3.8 */ -#if __cplusplus > 201703L +#if __cplusplus > 201703L virtual UBool operator!=(const TimeZone& that) const; -#endif +#endif /** * Create a <code>VTimeZone</code> instance by the time zone ID. diff --git a/contrib/libs/icu/ya.make b/contrib/libs/icu/ya.make index 639ce0158d..a3555706bf 100644 --- a/contrib/libs/icu/ya.make +++ b/contrib/libs/icu/ya.make @@ -1,13 +1,13 @@ -# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76. +# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76. LIBRARY() -OWNER(g:cpp-contrib) +OWNER(g:cpp-contrib) VERSION(67.1) -ORIGINAL_SOURCE(https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz) - +ORIGINAL_SOURCE(https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-src.tgz) + LICENSE( BSD-3-Clause AND Custom-Punycode AND @@ -15,7 +15,7 @@ LICENSE( Unicode AND Unicode-Icu-58 ) - + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) ADDINCL( @@ -46,7 +46,7 @@ ELSE() ENDIF() CXXFLAGS(-std=c++17) - + SRCS( common/appendable.cpp common/bmpset.cpp @@ -491,6 +491,6 @@ SRCS( io/ustream.cpp ) -FROM_SANDBOX(1566898243 OUT icudt67_dat.rodata) - +FROM_SANDBOX(1566898243 OUT icudt67_dat.rodata) + END() |