RE: [newbie] what's STDNS?
"Stephen F. Booth" <[email protected]> Mon, 15 Jul 2002 09:50:20 -0400
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <002b01c22c06$939b2740$40e1be3f@hades> |
Hi Michael, STDNS is a hack to allow cgicc to support namespaces conditionally. It is a macro that expands to either 'std:: ' or ''. At configure time the library tests the compiler and either sets the macro to enable or disable namespaces depending on the results of the test. -Stephen > Hi! I just got cgicc, and i wonder what's STDNS for? > > Thanks In Advance.