BOOST_FOREACH is not working under VC7.0
Hello boost-users,
I know, BOOST_FOREACH is not distributed with boost, but I don't know
where else should I write about it so I decided to post it here.
BOOST_FOREACH is not compiling under VC 7.0
Here I've wrote small example that represents problem:
-----------------------
#include <iostream>
#include <list>
#include
Yaroslav Yanovsky wrote:
Hello boost-users,
I know, BOOST_FOREACH is not distributed with boost, but I don't know where else should I write about it so I decided to post it here. BOOST_FOREACH is not compiling under VC 7.0 Here I've wrote small example that represents problem: <snip>
I'll look into it when I get a second. -- Eric Niebler Boost Consulting www.boost-consulting.com
Yaroslav Yanovsky wrote:
Hello boost-users,
I know, BOOST_FOREACH is not distributed with boost, but I don't know where else should I write about it so I decided to post it here. BOOST_FOREACH is not compiling under VC 7.0 Here I've wrote small example that represents problem:
<snip> Fixed. Thanks for the bug report. -- Eric Niebler Boost Consulting www.boost-consulting.com
participants (2)
-
Eric Niebler
-
Yaroslav Yanovsky