This change introduces the symbol ABSL_INTERNAL_NEED_REDUNDANT_CONSTEXPR_DECL to guard redundant declarations of static constexpr data members that are needed prior to C++17. This change also introduces the symbol ABSL_INTERNAL_CPLUSPLUS_LANG, which is supposed to be set to the same value as __cplusplus, except it uses _MSVC_LANG on MSVC so that the value is correct on MSVC. Neither of these new symbols should be used outside of Abseil. Fixes #1191 PiperOrigin-RevId: 453923908 Change-Id: I1316c52c19fa0c168b93cced0c817e4cb7c9c862
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| internal | Loading commit data... | |
| BUILD.bazel | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| any.h | Loading commit data... | |
| any_exception_safety_test.cc | Loading commit data... | |
| any_test.cc | Loading commit data... | |
| bad_any_cast.cc | Loading commit data... | |
| bad_any_cast.h | Loading commit data... | |
| bad_optional_access.cc | Loading commit data... | |
| bad_optional_access.h | Loading commit data... | |
| bad_variant_access.cc | Loading commit data... | |
| bad_variant_access.h | Loading commit data... | |
| compare.h | Loading commit data... | |
| compare_test.cc | Loading commit data... | |
| optional.h | Loading commit data... | |
| optional_exception_safety_test.cc | Loading commit data... | |
| optional_test.cc | Loading commit data... | |
| span.h | Loading commit data... | |
| span_test.cc | Loading commit data... | |
| variant.h | Loading commit data... | |
| variant_benchmark.cc | Loading commit data... | |
| variant_exception_safety_test.cc | Loading commit data... | |
| variant_test.cc | Loading commit data... |