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? Alex _________________________________________________________ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
--- 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.
--- "Gennadiy E. Rozental"
Are you trying to compile unit test frameowork or using incuded verson of the components?
I'm using the included version for now. Maybe I should try the other?
I will try to get an access to VC7 to reproduce the problem. Try to fully qualify this symbol as a workaround for now.
Thank you very much for your help! Alex _________________________________________________________ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
--- In Boost-Users@yahoogroups.com, Alejandro Escalante Medina
--- "Gennadiy E. Rozental"
Are you trying to compile unit test frameowork or using incuded verson of the components?
I'm using the included version for now. Maybe I should try the other?
Try precompiled library. I did not see any erorrs during regression testing. Gennadiy.
OK. I'll let you know when this works,
Alex
--- "Gennadiy E. Rozental"
--- "Gennadiy E. Rozental"
Are you trying to compile unit test frameowork or using incuded verson of the components?
I'm using the included version for now. Maybe I should try the other?
Try precompiled library. I did not see any erorrs during regression testing. Gennadiy. Yahoo! Groups Sponsor ADVERTISEMENT Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. _________________________________________________________ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
participants (2)
-
Alejandro Escalante Medina
-
Gennadiy E. Rozental