M
Mr A
Hi!
I'm trying to do the following:
emplate <typename Resource>
class ResourceManager
{
public:
typedef std::list<Resource*>::iterator Iterator;
typedef std::list<Resource*>::const_iterator ConstIterator;
Visual Studio .NET doesn't like this.
Any ideas why? Is there a way around it?
/M
I'm trying to do the following:
emplate <typename Resource>
class ResourceManager
{
public:
typedef std::list<Resource*>::iterator Iterator;
typedef std::list<Resource*>::const_iterator ConstIterator;
Visual Studio .NET doesn't like this.
Any ideas why? Is there a way around it?
/M