|
Boost Testing : |
From: John Maddock (john_at_[hidden])
Date: 2005-04-01 04:49:08
> Is there some specific test in Boost that will tell us? So I can run it
> individually with various combinations and find out.
Not really no: the problem is we're getting linking errors, so either:
1) It's not supported by the runtime we're linking against.
or
2) We haven't got the link line right yet.
I don't know how you tell which one is the problem, let me try contacting
Metrowerks and see if we can get a definitive answer...
John.