https://bugs.llvm.org/show_bug.cgi?id=36651

serge.guel...@telecom-bretagne.eu changed:

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

--- Comment #9 from serge.guel...@telecom-bretagne.eu ---
This got fixed as a combination of r351820, r351821, r351705, r351702 and
r351701 which provides a portable implementation of std::is_trivially_copyable,
and uses it instead of the now obsolete isPodLike trait to specialize
SmallVector.

The two noteworthy types that used to be marked as isPodLike and are no longer
are std::pair and llvm::Optional.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to