[Webkit-unassigned] [Bug 136934] Add a move operator and constructor override to HashSet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 19 10:54:26 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=136934





--- Comment #7 from Anders Carlsson <andersca at apple.com>  2014-09-19 10:54:27 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > We should also make this windows only as well; MSVC seems buggy in this regard - the move ctor and move assignment operator should be generated automatically.
> 
> So it should be:
> 
> #if COMPILER(MSVC)
> 
> And be documented as a workaround for a compiler bug.

Looking at http://blogs.msdn.com/b/vcblog/archive/2014/06/11/c-11-14-feature-tables-for-visual-studio-14-ctp1.aspx it's likely that it's been fixed in VS 2014, so I think we should check for VS2013 explicitly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list