<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - mesa defines likely/unlikely and these are C++20 keywords"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107439#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - mesa defines likely/unlikely and these are C++20 keywords"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107439">bug 107439</a>
from <span class="vcard"><a class="email" href="mailto:wielkiegie@gmail.com" title="Gustaw Smolarczyk <wielkiegie@gmail.com>"> <span class="fn">Gustaw Smolarczyk</span></a>
</span></b>
<pre>Are these really reserved keywords? I thought the attribute namespace was
different from the keyword namespace.
These are not listed as keywords, even for C++20:
<a href="https://en.cppreference.com/w/cpp/keyword">https://en.cppreference.com/w/cpp/keyword</a>
You should be able to define variables called "likely", for example.
<a href="https://wandbox.org/permlink/hFczuKlzyOjFjvkA">https://wandbox.org/permlink/hFczuKlzyOjFjvkA</a>
Using the [[likely]] syntax while having likely() defined as a macro might be a
problem though, but that is a separate issue.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>