Content deleted Content added
m fixed variable types in 'object counter' sample |
m Fixed variable types in 'Object counter' code sample |
||
Line 71:
--objects_alive;
}
static
static
};
template <typename T>
template <typename T>
class X : counter<X>
|