[Webkit-unassigned] [Bug 44892] Fix namespace for wtf/Complex.h and wtf/Vector3.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 31 10:15:40 PDT 2010


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





--- Comment #8 from Alexey Proskuryakov <ap at webkit.org>  2010-08-31 10:15:40 PST ---
Please note that WTF symbols expected to be used in other projects need to have using declarations. We don't want to pollute WebCore with those (or with WTF:: prefixes), so we put them right into WTF headers.

See e.g. Vector.h:


} // namespace WTF

using WTF::Vector;

#endif // WTF_Vector_h

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