<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:teemperor@gmail.com" title="Raphael Isemann <teemperor@gmail.com>"> <span class="fn">Raphael Isemann</span></a>
</span> changed
<a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - lldb fails to print std::cout"
href="https://bugs.llvm.org/show_bug.cgi?id=22116">bug 22116</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>ASSIGNED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>teemperor@gmail.com
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>lldb-dev@lists.llvm.org
</td>
<td>teemperor@gmail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - lldb fails to print std::cout"
href="https://bugs.llvm.org/show_bug.cgi?id=22116#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - lldb fails to print std::cout"
href="https://bugs.llvm.org/show_bug.cgi?id=22116">bug 22116</a>
from <span class="vcard"><a class="email" href="mailto:teemperor@gmail.com" title="Raphael Isemann <teemperor@gmail.com>"> <span class="fn">Raphael Isemann</span></a>
</span></b>
<pre>It also won't find std::cout if there is an inline namespace used by your STL
implementation (which will be a real namespace in our internal clang setup,
e.g. std::__1::cout). So this is either fixes by correctly marking inline
namespaces as inline or loading the C++ module for the STL, whatever is
implemented first.</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>