This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
abseil-cpp
mirror of
https://hub.fastgit.xyz/abseil/abseil-cpp.git
Watch
8
Star
0
Fork
You've already forked abseil-cpp
0
Code
Issues
Projects
Releases
Wiki
Activity
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.
462
Commits
9
Branches
22
Tags
14 MiB
C++
94.3%
Starlark
2.2%
CMake
2%
C
0.9%
Shell
0.4%
Other
0.2%
Tag:
Branch:
Tree:
d0e7a8ab3a
lts_2018_06_20
lts_2018_12_18
lts_2019_08_08
lts_2020_02_25
lts_2020_09_23
lts_2021_03_24
lts_2021_11_02
lts_2022_06_23
master
20180600
20181200
20181200.1
20190808
20190808.1
20200225
20200225.1
20200225.2
20200225.3
20200923
20200923.1
20200923.2
20200923.3
20210324.0
20210324.1
20210324.2
20210324.rc1
20211102.0
20211102.rc2
20220623.0
20220623.1
20220623.rc1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd0e7a8ab3a'
${ noResults }
abseil-cpp
/
absl
/
types
History
Abseil Team
5d9b8a9fb0
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.
...
PiperOrigin-RevId: 461612357 Change-Id: Ibba36f44465176db47dd21e1866134549143fa64
2 years ago
..
internal
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
BUILD.bazel
…
CMakeLists.txt
…
any.h
…
any_exception_safety_test.cc
…
any_test.cc
…
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
…
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
…