Content deleted Content added
m fixed variable types in 'object counter' sample |
|||
Line 71:
--objects_alive;
}
static
static
};
template <typename T> unsigned long counter<T>::objects_created( 0 );
|
m fixed variable types in 'object counter' sample |
|||
Line 71:
--objects_alive;
}
static
static
};
template <typename T> unsigned long counter<T>::objects_created( 0 );
|