<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:currojerez@riseup.net" title="Francisco Jerez <currojerez@riseup.net>"> <span class="fn">Francisco Jerez</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - [clover] Build failure with clang 3.4 and libc++"
href="https://bugs.freedesktop.org/show_bug.cgi?id=75505">bug 75505</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>NOTOURBUG
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - [clover] Build failure with clang 3.4 and libc++"
href="https://bugs.freedesktop.org/show_bug.cgi?id=75505#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - [clover] Build failure with clang 3.4 and libc++"
href="https://bugs.freedesktop.org/show_bug.cgi?id=75505">bug 75505</a>
from <span class="vcard"><a class="email" href="mailto:currojerez@riseup.net" title="Francisco Jerez <currojerez@riseup.net>"> <span class="fn">Francisco Jerez</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=75505#c1">comment #1</a>)
<span class="quote">> I found out a difference between GCC's "functional" header and libc++'s one:
>
> - in GCC, all "operator()" methods are const:
> operator()(...) const
>
> - in libc++, they aren't:
> operator() (_ArgTypes&&... __args)
>
> Changing the above line to:
> operator() (_ArgTypes&&... __args) const
> fixes the build.
>
> I have zero knowledge of C++, so I'm not sure that's a valid fix.</span >
Right, this is a bug in libc++'s implementation of mem_fn(). It seems to have
been fixed already in r199848. You should try a more recent version of libc++.
Thanks.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>