[range] missing includes in any_range.hpp

Hello, I get errors when I try to use boost/range/any_range.hpp It appears that boost/range/detail/any_iterator.hpp needs #include <boost/utility/enable_if.hpp> and boost/range/detail/any_iterator_wrapper.hpp needs #include <boost/range/concepts.hpp> Thank you -- View this message in context: http://boost.2283326.n4.nabble.com/range-missing-includes-in-any-range-hpp-t... Sent from the Boost - Dev mailing list archive at Nabble.com.

On 5 Feb 2013 16:49, "svarneticist" <svarneticist@gmail.com> wrote:
Hello,
I get errors when I try to use boost/range/any_range.hpp
It appears that boost/range/detail/any_iterator.hpp needs #include <boost/utility/enable_if.hpp>
and
boost/range/detail/any_iterator_wrapper.hpp needs #include <boost/range/concepts.hpp>
Thank you
Thanks for the report. I'll fix this. Regards, Neil Groves
-- View this message in context:
http://boost.2283326.n4.nabble.com/range-missing-includes-in-any-range-hpp-t...
Sent from the Boost - Dev mailing list archive at Nabble.com.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

From: neil@grovescomputing.com
On 5 Feb 2013 16:49, "svarneticist" <svarneticist@gmail.com> wrote:
Hello,
I get errors when I try to use boost/range/any_range.hpp
It appears that boost/range/detail/any_iterator.hpp needs #include <boost/utility/enable_if.hpp>
and
boost/range/detail/any_iterator_wrapper.hpp needs #include <boost/range/concepts.hpp>
Thank you
Thanks for the report. I'll fix this.
Regards, Neil Groves
It should already be fixed in 1.53. See https://svn.boost.org/trac/boost/ticket/5603. Regards, Nate
participants (3)
-
Nathan Ridge
-
Neil Groves
-
svarneticist