Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2002-11-16 06:38:06


> Something odd is going on... My code does include <boost/config.hpp>
> (on line 16 for both quaternion_test.cpp and octonion_test.cpp, on line
> 13 for quaternion_mi_test.cpp, though admitedly not yet for
> quaternion_mi1.cpp, quaternion_mi2.cpp and HSO3SO4.cpp... I'll fix that
> right now). I checked both my local copy and the (browser-visible) CVS
copy.

Hubert, your test code should almost never need to include
<boost/config.hpp>, I'm talking about your *headers* here, and specifically
the <boost/math/special_functions/*.hpp> headers which use
BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION without including
<boost/config.hpp>, and that's why the special functions don't compile with
VC6/7.

> Anyway, we should probably not loose to much sleep over that issue, as
> a few other problems have been pointed out to me, so I am preparing
> another batch of fixes.

I hope so, the regression tests for octonion and quaternion seem to be
failing for *all* compilers at present :-(

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk