At 23.44 13/07/2003, Robert Collins wrote:
On Mon, 2003-07-14 at 03:51, Serassio Guido wrote: > Hi, > > This a first set of C++ compatibility patches for MSVC. > > - Changed the NULL initialization from (NULL) to = NULL in ACL and auth > sources.
Hmm. This may be an issue, can you try Henriks revious suggestion of type (*class) (NULL); ?
I'd rather keep the explicit initialisation rather than assignment to NULL.
Just made some try: the (*class) (NULL); syntax seems to works fine, so for me is OK.
Regards
Guido
- ======================================================== Guido Serassio Acme Consulting S.r.l. Via Gorizia, 69 10136 - Torino - ITALY Tel. : +39.011.3249426 Fax. : +39.011.3293665 Email: [EMAIL PROTECTED] WWW: http://www.acmeconsulting.it/
