[patch] Fix for Boost.Test (bad XML format)

Hello, here we are yet another one fix for Boost.Test. Ending tangs of TestCase and TestSuite were accidentally extended with a dangling attribute value, e.g.: </TestSuite="UnicodeTest"> The fix for supplied_log_formatters.cpp is attached and it's quite clear. Apparently my former fixes did no get into 1.32; they help only HP compiler anyway, and maybe only the version I use. This one is more serious ;-) F. -----Original Message----- From: Ferdinand Prantl Sent: Friday, November 05, 2004 12:35 To: boost@lists.boost.org Subject: Compile fix for Boost.Test for aCC on HP-UX Hello, you can find a small fix for boost/test/detail/basic_cstring/basic_cstring.hpp attached and a dirty workaround for a compiler bug in aCC for boost/test/unit_test_suite.hpp. As of the latter; the compiler seems to get confused by equal names in different namespaces and classes; renaming Impl helps or making the previous structure friend helps too (this I chose to minimize the change). Ferda HP-UX B.11.11 U 9000/800 aCC: HP ANSI C++ B3910B A.03.37 <<basic_cstring.hpp.diff>>
participants (1)
-
Ferdinand Prantl