c++ - Compiler Error
- Kai Henning (13/13) Jun 24 2005 The compiler __DMC__ == 0x844 Beta 3 is not able to handle the followin...
The compiler __DMC__ == 0x844 Beta 3 is not able to handle the following
program:
template < typename T > void construct(T *const) { ; }
void foo()
{
int i= 0; construct(&i);
}
Error: no match for function 'construct(int *)'
// command line options
// -c -Ic:\programme\dmars\include\win32;c:\programme\dmars\include -mn -ND
-w- -5 -D_X86_=1 -D_WINDOWS -D_Windows -D__WIN32__ -D__MT__ -g- -DNDEBUG -W
-Ar -Ab -Aw -Ae
Kai
Jun 24 2005








"Kai Henning" <kai.henning tu-cottbus.de>