Skip to content

Fix stale C++11 references in options.h and attributes.h - #2117

Closed
DrishtiTripathi2230 wants to merge 1 commit into
abseil:masterfrom
DrishtiTripathi2230:fix-1264-cpp11-leftovers
Closed

Fix stale C++11 references in options.h and attributes.h#2117
DrishtiTripathi2230 wants to merge 1 commit into
abseil:masterfrom
DrishtiTripathi2230:fix-1264-cpp11-leftovers

Conversation

@DrishtiTripathi2230

Copy link
Copy Markdown
Contributor

Fixes stale/misleading C++11 references flagged in #1264.

  • absl/base/options.h: corrected ABSL_OPTION_USE_STD_ORDERING comment,
    which said "C++11" but should match the project's actual minimum,
    consistent with the ABSL_OPTION_USE_STD_SOURCE_LOCATION option just
    above it in the same file (which already says C++17).
  • absl/base/attributes.h: removed an outdated "C++11 mode" qualifier
    on XRay attribute requirements, since it's trivially satisfied given
    the project's current baseline.

Fixes #1264

@derekmauro derekmauro self-assigned this Jul 17, 2026
@h-vetinari h-vetinari mentioned this pull request Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

C++11 left-overs

2 participants