[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:49:30 PDT 2014


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





--- Comment #6 from Darin Adler <darin at apple.com>  2014-09-19 10:49:31 PST ---
(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.

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