www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - #error : reverse_iterator form not recognised

Hello,


I am using Visual Studio 2008 SP1 and STLSOFT 1.9.99. When I include  
"winstl/filesystem/findfile_sequence.hpp" after I included <functional> I  
get a compilation error C1189 in iterator_helper.hpp saying  
"reverse_iterator form not recognised". The project is very simple:


#include "stdafx.h"
#include <functional>
#include "winstl/filesystem/findfile_sequence.hpp"

int _tmain(int argc, _TCHAR* argv[])
{
    return 0;
}


I will post a test project which reproduces the problem.




So Long...

Gabor
Jul 28 2010