28 Dec
2008
28 Dec
'08
8:34 p.m.
n e
Hello,
I am using static link to boost.test in my project. Using that gives about 50 errors in MSVC compiler. I tried excluding enable_if header with defining that before unit_test inclusion and that seems to work. Is there any better ways to handle that? By the way I use version 1.35 .lib file linked to project.
Boost.Test doesn't use enable_if. What compiler r u using? Can you show a simple example? Gennadiy