5 Apr
2005
5 Apr
'05
10:36 a.m.
Hello, consider m_files to be a vector of pointers to boost::filesystem::pathS: std::partition( m_files.begin(), m_files.end(), boost::bind( &boost::filesystem::is_directory, *boost::lambda::_1 ) ); I want to invoke is_directory on the pointees. The error message is extremely long-winded and expands over several pages. I suppose you don't want to see it :) But maybe you can see immediately what I'm doing wrong? -- Matthias Kaeppler
7176
Age (days ago)
7176
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matthias Kaeppler