Raphael Isemann changed bug 22116
What Removed Added Status NEW ASSIGNED CC teemperor@gmail.com Assignee lldb-dev@lists.llvm.org teemperor@gmail.com
Comment # 3 on bug 22116 from Raphael Isemann
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.