
13 Aug
2004
13 Aug
'04
7:17 a.m.
"Neal Becker" <ndbecker2@verizon.net> wrote in message news:cfh94h$mju$1@sea.gmane.org... | Neal Becker wrote: | | > Just updated from mainline cvs. Then even range.hpp by itself will not | > compile: | This patch seems to fix it: Thanks for the patch! However, I think I will prefer something that works on all platforms; so I will just do typedef BOOST_DEDUCED_TYPENAME value_type_of<ForwardRange>::type value_type; typedef BOOST_DEDUCED_TYPENAME iterator_of<ForwardRange>::type iterator; br Thorsten