From: Richard K. <kle...@gm...> - 2010-10-25 16:45:37
|
Hey List, I'm trying to update to Version 0.7, but it's giving me: #include <boost/range/algorithm/transform.hpp> missing. Looking at http://www.boost.org/doc/libs/1_42_0/libs/range/doc/headers.html (or /usr/include/boost/range ) and http://www.boost.org/doc/libs/1_43_0/libs/range/doc/html/range/library_headers/algorithm.html , it seems that header has been introduced with Boost 1.43. However, http://cpp-netlib.github.com/getting_started.html#getting-boost states that 1.41+ should be fine. I'm assuming the docs are out of date, otherwise a hint at what I could be doing wrong is appreciated. Thanks for the good work, Richard |