--- In Boost-Users@yahoogroups.com, Alejandro Escalante Medina
I do also a problem with some code that used to work in 1.29. The following is the output of VC7:
d:\development\boost\libs\test\src\unit_test_main.cpp(63) : error C2872: 'detail' : ambiguous symbol could be 'boost::unit_test_framework::detail' or 'boost::detail'
I saw someone reported something similar, but I couln't figure out what's wrong...
Any ideas?
Are you trying to compile unit test frameowork or using incuded verson of the components? In any case it seems to be a compiler problem, cause I do not see problems with the code. I will try to get an access to VC7 to reproduce the problem. Try to fully qualify this symbol as a workaround for now. Gennadiy.