Skip to content

C++11 left-overs #1264

Description

@h-vetinari

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions