[EMAIL PROTECTED] wrote:
Author: antonp Date: Wed May 3 01:29:49 2006 New Revision: 399199URL: http://svn.apache.org/viewcvs?rev=399199&view=rev
[...]
+template <class charT> _TEST_EXPORT
Sorry I missed it when reviewing the patch but _TEST_EXPORT should not be used with templates. It's only necessary for ordinary functions (or classes) or explicit specializations of templates. I believe MSVC 7 accepts it but MSVC 6 would give an error. Martin