9 Aug
2005
9 Aug
'05
9:44 a.m.
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.