Christopher Benson-Manica Guest
|
Posted: Wed Jul 30, 2003 6:45 pm Post subject: static namespace members |
|
|
What is the significance of a namespace member declared static, a la
namespace a {
static int b;
}
? I understand that static locals remain allocated between procedure calls,
but I don't see how that relates to namespace-scope variables.
--
Christopher Benson-Manica | Jumonji giri, for honour.
E-mail at ataru(at)cyberspace.org |
|
|