I've been hard at work converting a program from MFC to wxWidgets but Ive run into a problem. Here is the error I get when I compile:
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\vector(249) : warning C4663: C++ language change: to explicitly specialize class template 'vector' use the following syntax:
template<> class vector<bool,class std::allocator<unsigned int> > ...
Im not sure whats going wrong here, anyone know what this error is all about? It didn't used to be there, my guess is a problem with the project settings?
(I did post this in the general programming forum earlier by accident - any ops able to move it for me?
