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

Workaround for the interaction of constraints in expected and explicit template instantiation in permissive modes #4658

Commits on May 6, 2024

  1. Workaround for DevCom-10652420

    - In `<expected>`, check `is_swappable` as `is_swappable_v` can be
    buggy in permissive modes.
    - In `<iterator>`, avoid instantiation of `contiguous_iterator`
    for `istreambuf_iterator` and `ostreambuf_iterator`, which are
    instantiated in locale facets.
    
    Also adds test coverage for `expected` in permissive modes.
    frederick-vs-ja committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2842a08 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    4dfdfd7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. <locale> is unused.

    StephanTLavavej committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a7cea5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c6389c View commit details
    Browse the repository at this point in the history
  3. Fix arrow comment.

    StephanTLavavej committed May 15, 2024
    Configuration menu
    Copy the full SHA
    420e316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f66a89 View commit details
    Browse the repository at this point in the history