[Webkit-unassigned] [Bug 140718] [FreeType] Calling the assignment operator from inside a copy constructor on FontPlatformDataFreeType

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 13 18:03:10 PST 2016


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

--- Comment #2 from byeongha.cho at samsung.com ---
Calling the assignment operator from inside a copy constructor isn't a good idiom because the former only applies to a fully initialized object and the latter initializes a new object.
Please refer https://bugs.webkit.org/show_bug.cgi?id=136327

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161114/395b6cbe/attachment.html>


More information about the webkit-unassigned mailing list