Following #1127 & 97ab3dc, there's still ~60 files mentioning of C++11 in the code base.
Of note is IMO
|
// A value of 0 means to use Abseil's implementation. This requires only C++11 |
|
// support, and is expected to work on every toolchain we support. |
because that's where the ABI-relevant options get set, and it implies that abseil would still compile to the C++11 ABI, which I'm pretty sure is not the case anymore.
Following #1127 & 97ab3dc, there's still ~60 files mentioning of C++11 in the code base.
Of note is IMO
abseil-cpp/absl/base/options.h
Lines 105 to 106 in 34838ef