[LLVMbugs] [Bug 11508] __is_empty() returns false for empty union

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 8 14:08:31 PST 2011


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

Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sharparrow1 at yahoo.com
         Resolution|                            |INVALID

--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> 2011-12-08 16:08:31 CST ---
__is_empty is supposed to be equivalent to std::is_empty.  std::is_empty always
returns false for unions.

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