[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [help-cgicc] [newbie] what's STDNS?
From: |
Stephen F. Booth |
Subject: |
RE: [help-cgicc] [newbie] what's STDNS? |
Date: |
Mon, 15 Jul 2002 09:50:20 -0400 |
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.