Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with #74916

Merged

Commits on Dec 9, 2023

  1. [ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with

    This patch renames {starts,ends}with to {starts,ends}_with for
    consistency with std::{string,string_view}::{starts,ends}_with in
    C++20.  Since there are only a handful of occurrences, this patch
    skips the deprecation phase and simply renames them.
    kazutakahirata committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    ab33bda View commit details
    Browse the repository at this point in the history
  2. Fix builds on Windows

    kazutakahirata committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    5198690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d0d0f0 View commit details
    Browse the repository at this point in the history