https://bugs.llvm.org/show_bug.cgi?id=22116

Raphael Isemann <teempe...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |teempe...@gmail.com
           Assignee|lldb-dev@lists.llvm.org     |teempe...@gmail.com

--- Comment #3 from Raphael Isemann <teempe...@gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to