Boost Filesystem Compile Error?

Basic_path::iterator is a bidirectional iterator. So arithmetic with -1 and -2 is not allowed. Operators + and - between an iterator and an integer value is defined for a RandomAccessIterator Instead of using .end()-1, you could resort to using.

Basic_path::iterator is a bidirectional iterator. So arithmetic with -1 and -2 is not allowed. Operators + and - between an iterator and an integer value is defined for a RandomAccessIterator.

Instead of using .end()-1, you could resort to using --.

Ah, thats' the problem, I shouldn't have used the parent_path in paths_iterator->parent_path().end(); Thanks for your help. – LM. Dec 21 '09 at 17:42.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions