diff options
author | Abseil Team <absl-team@google.com> | 2021-08-11 11:57:03 -0700 |
---|---|---|
committer | Derek Mauro <dmauro@google.com> | 2021-08-11 20:41:24 +0000 |
commit | b699707f0bfeae034e36cdfd909b66b0fcab696c (patch) | |
tree | c961ce4c7b9a040b47a42abbdabdec10a4d7f043 /absl/flags/internal/usage_test.cc | |
parent | 8e088c5f3c290c5ac53dd5010fd501d80b483115 (diff) | |
download | abseil-b699707f0bfeae034e36cdfd909b66b0fcab696c.tar.gz abseil-b699707f0bfeae034e36cdfd909b66b0fcab696c.tar.bz2 abseil-b699707f0bfeae034e36cdfd909b66b0fcab696c.zip |
Export of internal Abseil changes
--
228b5878d7a994656f383666cfaee34e33e0b09b by Abseil Team <absl-team@google.com>:
Add element_type typedef to match std::span<T>
PiperOrigin-RevId: 390186160
--
c91d96c88c60be793c525158f76dfcaa5e32d161 by Abseil Team <absl-team@google.com>:
Rollback change to only hide retired flags if human-readable output
is requested
PiperOrigin-RevId: 390183146
--
170192c10ef8d513de80f29298ce93eeccc3712c by Abseil Team <absl-team@google.com>:
Move alignas(16) before ABSL_CONST_INIT and ABSL_DLL.
PiperOrigin-RevId: 390182845
--
77a5ee5081c81cef625fac7bbcf993cc028b32ed by Evan Brown <ezb@google.com>:
Use simple SlotOffset and AllocSize logic instead of container_internal::Layout in order to save linker input size for non-opt and sanitizer builds.
In opt mode, all of this logic is inlined so we don't save linker input size in opt mode.
PiperOrigin-RevId: 389914594
GitOrigin-RevId: 228b5878d7a994656f383666cfaee34e33e0b09b
Change-Id: I3b904068687574931d8390071b322c0c3c083283
Diffstat (limited to 'absl/flags/internal/usage_test.cc')
-rw-r--r-- | absl/flags/internal/usage_test.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/absl/flags/internal/usage_test.cc b/absl/flags/internal/usage_test.cc index 5055640a..044d71c8 100644 --- a/absl/flags/internal/usage_test.cc +++ b/absl/flags/internal/usage_test.cc @@ -61,9 +61,6 @@ ABSL_FLAG( "Even more long long long long long long long long long long long long " "help message."); -ABSL_RETIRED_FLAG(int64_t, usage_reporting_test_flag_07, 1, - "usage_reporting_test_flag_07 help message"); - namespace { namespace flags = absl::flags_internal; |