|
Boost Testing : |
From: John Maddock (john_at_[hidden])
Date: 2005-05-14 07:41:34
> The test case builds and runs cleanly (no errors).
>
> The only difference I see between us, is that the testdrive machines have
> a slightly older compiler version:
>
> Compaq C++ V6.5-040 for Compaq Tru64 UNIX V5.1B (Rev. 2650)
> Compiler Driver V6.5-040 (cxx) cxx Driver
>
> But I can't imagine that making a difference.
After some more investigation, I can reproduce the failure when building
with bjam, and the tru64cxx65 toolset, there are some differences in how
template instantiation is handled (the -timplicit_local option), so I'm
going to investigate that next...
John.