You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Xcode command line tools 12.0, some build compilation failure will occur, reporting error like:
~/vcpkg/buildtrees/chimera/src/5.3.0-6c5c4c3edd.clean/util/ng_corpus_generator.cpp:84:22: error: loop variable 'v' is always a copy because the range of type 'decltype(pair_range(adjacent_vertices(v, g)))' (aka 'iterator_range<ue2::ue2_graph<ue2::NGHolder, ue2::NFAGraphVertexProps, ue2::NFAGraphEdgeProps>::adjacency_iterator>') does not return a reference [-Werror,-Wrange-loop-analysis]
59 for (const auto &v : adjacent_vertices_range(g.start, g)) {
......
After some investigation, this issue may be caused by:
When using Xcode command line tools 12.0, some build compilation failure will occur, reporting error like:
After some investigation, this issue may be caused by:
-Wrange-loop-analysis
to-Wall
(https://reviews.llvm.org/D68912)The text was updated successfully, but these errors were encountered: