
18 Aug
2005
18 Aug
'05
2:13 p.m.
"Marcin Kalicinski" <kalita@poczta.onet.pl> writes:
Hi,
Most boost projects use boost::detail namespace to implement hidden, private functionality. What prevents name clashes in that namespace?
Not much. Most boost projects should be doing most of their work in a subnamespace of boost anyway, so they should have boost::someproject::detail to protect them from name clashes. -- Dave Abrahams Boost Consulting www.boost-consulting.com