$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [unit test] enable_if in MSVC
From: n e (mmtrct.eu_at_[hidden])
Date: 2008-12-28 12:25:32
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.
Thanks in advance.