Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2005-08-09 04:44:18


> I'm stumped as to why the following is happening with GCC 3.4.4
> on the AmigaOS PPC platform with Boost 1.32.0:
> no_ded_typename_pass (passed)
> no_ded_typename_fail (failed)

It's a SNAFU in the testing setup (our fault not yours) the problem is that
BOOST_DEDUCED_TYPENAME doesn't fit into the testing framework very well:

Most macros are either defined or not, and this is what the testing
framework assumes, but this one is either defined to nothing or defined to
"typename", so it confuses the framework. I guess I should really remove
this from the framework and devise a special test case just for this macro
(if that's possible).

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net