
4 Sep
2005
4 Sep
'05
7:50 a.m.
"Peter Dimov" <pdimov@mmltd.net> writes:
1) Make me fix the graph library with a bunch of using declarations instead of the blanket "using namespace boost::spirit;" that causes the problem. But, users might still run into this issue. 2) Keep on qualifying "detail" references until it stops causing problems 3) Stop using "detail" and instead use "[lib]_detail" that is different for each lib.
As much as I hate it, (2) seems the only viable option.
I sorta think 3 is a reasonable possibility. I found all the details to be a problem in Boost.Python, which has multiple subnamespaces. -- Dave Abrahams Boost Consulting www.boost-consulting.com