[libcxx-commits] [PATCH] D120417: [libc++] [ranges] Regression test for decltype(auto) ranges::iter_move

Jonathan Wakely via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 23 09:35:34 PST 2022


jwakely added a comment.

In D120417#3340764 <https://reviews.llvm.org/D120417#3340764>, @Mordante wrote:

> The GCC bug mentions `Fixed for 10.2` and we use GCC 11 in our CI.

Fixed by changing libstdc++, which is irrelevant to libc++ because you're not using the libstdc++ code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120417/new/

https://reviews.llvm.org/D120417



More information about the libcxx-commits mailing list