[LLVMbugs] [Bug 6952] Clang allows redefinition of namespace-scope function via friend instantiation

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 17 22:46:06 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=6952

Douglas Gregor <dgregor at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
             Blocks|6023                        |
         Resolution|FIXED                       |

--- Comment #5 from Douglas Gregor <dgregor at apple.com> 2010-05-18 00:46:06 CDT ---
Un-fixed in r104014, because other compilers don't actually seem to enforce
C++98/03 [temp.friend]p5, and doing so breaks a bunch of Boost code. The
Boost.Units issue is, however, solved by that commit, so this no longer blocks
Boost compilation.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list