Abseil Common Libraries (C++) (grcp 依赖) https://abseil.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Abseil Team 72ec15a317 Fixed header guards to match style guide conventions. 2 years ago
..
internal Fixed header guards to match style guide conventions. 2 years ago
BUILD.bazel Obey ABSL_DEFAULT_LINKOPTS for all cc_library targets 3 years ago
CMakeLists.txt
any.h
any_exception_safety_test.cc
any_test.cc any_test: expand the any emplace bug suppression, 3 years ago
bad_any_cast.cc
bad_any_cast.h
bad_optional_access.cc
bad_optional_access.h
bad_variant_access.cc
bad_variant_access.h
compare.h
compare_test.cc
optional.h
optional_exception_safety_test.cc
optional_test.cc Fixes for C++20 support when not using std::optional. 3 years ago
span.h Make Span complain if constructed with a parameter that won't outlive it, except if that parameter is also a span or appears to be a view type. 2 years ago
span_test.cc
variant.h
variant_benchmark.cc
variant_exception_safety_test.cc
variant_test.cc