[Webkit-unassigned] [Bug 128185] (try)append and insert operations don't need new operator for PODs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 12 00:47:06 PST 2014


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





--- Comment #17 from Wojciech Bielawski <w.bielawski at samsung.com>  2014-02-12 00:44:21 PST ---
Such approach won't compile. Since VectorCopier<false, T>::uninitializedCopy<U> is template metod the VectorCopier<true, T> derives only already instantinated methods, so when VectorCopier<ture, T>::uninitializedCopy<U> is called when noone before has instantinated VectorCopier<false, T>::uninitializedCopy<U> the compiler reports no matching function

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