[LLVMbugs] [Bug 9632] bitset does not define operator>> and operator<< for streams

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 15 15:43:01 PST 2012


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

Howard Hinnant <hhinnant at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Howard Hinnant <hhinnant at apple.com> 2012-02-15 17:43:01 CST ---
I believe this was fixed in r135393 as part of fixing
http://llvm.org/bugs/show_bug.cgi?id=10390 by adding declarations of the
streaming operators in <bitset>.  I know of no conforming program that this
design will break.

-- 
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