BOOST_FOREACH bug in eclipse

I got issue with using BOOST_FOREACH macro using in eclipse and after google i found this has raised as bug in eclipse.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=332278

I opted following solution which is given on above link.

1. Goto Project Properties --> Paths and Symbols tab
2. Add name : BOOST_FOREACH(a,b)
    with value : for(a:b)

No comments:

Post a Comment

would you like it. :)