[llvm-bugs] [Bug 30943] __PRETTY_FUNCTION__ does not use the new c++11 namespace
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Nov 8 09:38:56 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=30943
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |INVALID
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
There is absolutely no guarantee that two different compilers will produce the
same value for __PRETTY_FUNCTION__, and there are plenty of other cases where
Clang and G++ will produce different strings. Making our version less pretty
doesn't seem in the spirit of the feature :)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161108/56a292cb/attachment.html>
More information about the llvm-bugs
mailing list