Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Fix gcc12 issues #318

Merged
merged 10 commits into from
Sep 30, 2022
Merged

Fix gcc12 issues #318

merged 10 commits into from
Sep 30, 2022

Commits on Sep 22, 2022

  1. Fix error about ambiguous symbol.

    gcc complains that there are already functions named `read` and `write` defined.
    
    Where do you ask. I have no idea and rather than spending ages searching for them rename the two structs
    miscco committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    67005ea View commit details
    Browse the repository at this point in the history
  2. Enable implicit deduction guide test for gcc-12

    It seems their implementation is finally mature enough to pass the test
    miscco committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    cf1770b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32f1c18 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    baa529c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d53eb85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da8e981 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    869a12f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d7449c View commit details
    Browse the repository at this point in the history
  6. We currently do not support the <compare> header

    So mark those tests as XFAIL in case we ever implement it
    miscco committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    2f3145c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4caa63b View commit details
    Browse the repository at this point in the history