[Webkit-unassigned] [Bug 124866] VS2010 doesn't like std::make_unique

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 25 15:43:12 PST 2013


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





--- Comment #3 from Alex Christensen <alex.christensen at flexsim.com>  2013-11-25 15:41:40 PST ---
(In reply to comment #2)
> What compile error does it cause? It may just be the missing #include of <wtf/StdLibExtras.h>
Even with that included, it makes this error many, many times:
8>c:\cygwin\webkit\source\webcore\platform\graphics\TiledBackingStore.h(45): error C2780: '_Unique_if<T>::_Unknown_bound std::make_unique(size_t)' : expects 1 arguments - 0 provided
8>          C:\cygwin\webkit\WebKitBuild\Debug_WinCairo\include\private\wtf/StdLibExtras.h(412) : see declaration of 'std::make_unique'

My solution fixes it and doesn't seem to break anything on any other systems.

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