<div class="gmail_quote">On Thu, Oct 11, 2012 at 12:42 PM, Marcin Zawadzki <span dir="ltr">&lt;<a href="mailto:zaba.marcin@gmail.com" target="_blank">zaba.marcin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br><span>I&#39;m using BOOST_FOREACH in my code. And because
 it&#39;s macro so the whole code behind the macro is inserted in place 
where it&#39;s used. So finally when generating code coverage using gcc/gcov for my file it
 says that I have not covered branches in line with BOOST_FOREACH. <br>And the question is </span>- is it possible to somehow exclude BOOST_FOREACH form coverage results?<br></blockquote><div><br>If you find out (maybe by asking the gcov folks?), it might be worthwhile to submit a trac ticket and/or documentation patch to add this information to the BOOST_FOREACH documentation.<br>
<br>- Jeff<br> <br></div></div>

