<div dir="ltr">Hi all,<div><br></div><div>STL classes such as std::function, std::unique_ptr are being used nowadays in WebKit. The STL has some advantages, such as better documentation, being familiar to non-WebKit developers...</div><div><br></div><div>I am wondering whether we should and could use more of the STL.</div><div>For instance, constructs that I know of such as Vector, Deque, Optional have close counterparts in the STL.<br></div><div><br></div><div>Is there a way to keep all benefits brought by WTF constructs but using their STL counterparts? Are there WTF constructs that can be replaced directly by STL ones? Should we try it?</div><div><br></div><div>Also any thoughts on current WTF benefit compared to STL?</div><div><br></div><div>Thanks</div><div>    y</div></div>