Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable -Wno-dangling-reference on GCC 13. (#1543)
Our Optional<T&> and Expected<T&> trip over the false positive described in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532 , where there are temporary Optional or Expecteds that return references to things outside of their own lifetime that trip the warning.
- Loading branch information