diff options
author | somov <somov@yandex-team.ru> | 2022-02-10 16:45:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:47 +0300 |
commit | a5950576e397b1909261050b8c7da16db58f10b1 (patch) | |
tree | 7ba7677f6a4c3e19e2cefab34d16df2c8963b4d4 /contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h | |
parent | 81eddc8c0b55990194e112b02d127b87d54164a9 (diff) | |
download | ydb-a5950576e397b1909261050b8c7da16db58f10b1.tar.gz |
Restoring authorship annotation for <somov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h')
-rw-r--r-- | contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h b/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h index 162843aa00..e8e3fd1b32 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h @@ -33,7 +33,7 @@ // selectively include the `mmap.h` header and bracket code using that feature // in the macro: // -// #include "y_absl/base/config.h" +// #include "y_absl/base/config.h" // // #ifdef ABSL_HAVE_MMAP // #include "sys/mman.h" @@ -63,8 +63,8 @@ #include <TargetConditionals.h> #endif -#include "y_absl/base/options.h" -#include "y_absl/base/policy_checks.h" +#include "y_absl/base/options.h" +#include "y_absl/base/policy_checks.h" // Abseil long-term support (LTS) releases will define // `ABSL_LTS_RELEASE_VERSION` to the integer representing the date string of the @@ -261,7 +261,7 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' || // ABSL_HAVE_SOURCE_LOCATION_CURRENT // -// Indicates whether `y_absl::SourceLocation::current()` will return useful +// Indicates whether `y_absl::SourceLocation::current()` will return useful // information in some contexts. #ifndef ABSL_HAVE_SOURCE_LOCATION_CURRENT #if ABSL_INTERNAL_HAS_KEYWORD(__builtin_LINE) && \ @@ -517,7 +517,7 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' || #elif defined(_WIN32) #define ABSL_IS_LITTLE_ENDIAN 1 #else -#error "y_absl endian detection needs to be set up for your compiler" +#error "y_absl endian detection needs to be set up for your compiler" #endif // macOS 10.13 and iOS 10.11 don't let you use <any>, <optional>, or <variant> @@ -610,7 +610,7 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' || // ABSL_USES_STD_ANY // -// Indicates whether y_absl::any is an alias for std::any. +// Indicates whether y_absl::any is an alias for std::any. #if !defined(ABSL_OPTION_USE_STD_ANY) #error options.h is misconfigured. #elif ABSL_OPTION_USE_STD_ANY == 0 || \ @@ -625,7 +625,7 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' || // ABSL_USES_STD_OPTIONAL // -// Indicates whether y_absl::optional is an alias for std::optional. +// Indicates whether y_absl::optional is an alias for std::optional. #if !defined(ABSL_OPTION_USE_STD_OPTIONAL) #error options.h is misconfigured. #elif ABSL_OPTION_USE_STD_OPTIONAL == 0 || \ @@ -640,7 +640,7 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' || // ABSL_USES_STD_VARIANT // -// Indicates whether y_absl::variant is an alias for std::variant. +// Indicates whether y_absl::variant is an alias for std::variant. #if !defined(ABSL_OPTION_USE_STD_VARIANT) #error options.h is misconfigured. #elif ABSL_OPTION_USE_STD_VARIANT == 0 || \ @@ -655,7 +655,7 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' || // ABSL_USES_STD_STRING_VIEW // -// Indicates whether y_absl::string_view is an alias for std::string_view. +// Indicates whether y_absl::string_view is an alias for std::string_view. #if !defined(ABSL_OPTION_USE_STD_STRING_VIEW) #error options.h is misconfigured. #elif ABSL_OPTION_USE_STD_STRING_VIEW == 0 || \ |