Boost logo

Boost Users :

From: Matthias Kaeppler (nospam_at_[hidden])
Date: 2005-04-05 05:37:38


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

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net