On 30.03.2010, at 22:44, [email protected] wrote:
+WebCString::operator WTF::CString() const
There probably should be a "using CString" directive in CString.h - we do that for all public symbols in WTF.
The idea is that we don't need or want namespaces to avoid name conflicts between public WTF symbols and WebCore or WebKit, as we control them all.
- WBR, Alexey Proskuryakov
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

