To submit a bug or enhancement request, click here to send me e-mail. Please try to include the following information:
Please do not send me e-mail with no subject. My browsers automatically discard such e-mails to reduce spam.
Here is an example:
Version: ccdoc v0.8 r9 2001/08/29 bin_opt_msvc_MSWin32-4.0
Contact Info:
foo@bar.spam.com
Shell: cmd.exe, bash
Platform: Windows 98 SE
Description:
Ccdoc thinks that A<T>::A() is a standalone
function in the following code sample.
Code Sample:
template <class T>
class A {
public:
A();
};
template <class T> A<T>::A() {}