<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - clang 13 failed to compile range-v3 with -stdlib=libc++"
href="https://bugs.llvm.org/show_bug.cgi?id=50102">50102</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang 13 failed to compile range-v3 with -stdlib=libc++
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>C++2a
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>hewillk@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>blitzrakete@gmail.com, erik.pilkington@gmail.com, llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk
</td>
</tr></table>
<p>
<div>
<pre><a href="https://godbolt.org/z/shsasWvnT">https://godbolt.org/z/shsasWvnT</a>
In file included from <source>:1:
In file included from
/opt/compiler-explorer/libs/rangesv3/trunk/include/range/v3/all.hpp:17:
In file included from
/opt/compiler-explorer/libs/rangesv3/trunk/include/range/v3/action.hpp:17:
In file included from
/opt/compiler-explorer/libs/rangesv3/trunk/include/range/v3/action/action.hpp:23:
In file included from
/opt/compiler-explorer/libs/rangesv3/trunk/include/range/v3/action/concepts.hpp:23:
In file included from
/opt/compiler-explorer/libs/rangesv3/trunk/include/range/v3/range/concepts.hpp:39:
In file included from
/opt/compiler-explorer/libs/rangesv3/trunk/include/range/v3/iterator/concepts.hpp:30:
In file included from
/opt/compiler-explorer/libs/rangesv3/trunk/include/range/v3/iterator/access.hpp:22:
/opt/compiler-explorer/libs/rangesv3/trunk/include/std/detail/associated_types.hpp:270:60:
error: too many template arguments for class template '__iterator_traits'
&is_std_iterator_traits_specialized_impl_(std::__iterator_traits<I,
B> *))[2];
^
~~
/opt/compiler-explorer/clang-trunk-20210423/bin/../include/c++/v1/__iterator/iterator_traits.h:332:8:
note: template is declared here
struct __iterator_traits {};
^</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>