[libcxx-commits] [PATCH] D115838: [libc++] [ranges] Remove the static_assert from ranges::begin and ranges::end.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 21 05:40:10 PST 2021


Quuxplusone added a comment.

Grr, it turns out that GCC (due to a lower optimization setting?) is unhappy with `libcxx/test/libcxx/ranges/range.access/begin.incomplete.type.pass.cpp` because we want to link and run the test but it also contains undefined references to `extern` arrays.

https://reviews.llvm.org/harbormaster/unit/view/1756161/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115838



More information about the libcxx-commits mailing list