Boost C++ Libraries: Ticket #11884: Typo in is_mem_fun_pointer_tester.hpp https://svn.boost.org/trac10/ticket/11884 <p> The file boost/type_traits/detail/is_mem_fun_pointer_tester.hpp contains two typos which does not affect normal compilations but confuse tools like Incredibuild which try to parse the source code. </p> <p> The last define/include/undef stanza is missing <code>PPI</code>, making these preprocessor statements invalid. Here a unified diff to fix these typos: </p> <div class="wiki-code"> <div class="diff"> <ul class="entries"> <li class="entry"> <h2> <a>(a) .#is_mem_fun_pointer_tester.hpp.1.1.2.4 vs. (b) is_mem_fun_pointer_tester.hpp</a> </h2> <table class="trac-diff inline" cellspacing="0"> <colgroup> <col class="lineno"/><col class="lineno"/><col class="content"/> </colgroup> <thead> <tr> <th title="File .#is_mem_fun_pointer_tester.hpp.1.1.2.4 2016-01-04 13:57:06.000000000 +0100"> a </th> <th title="File is_mem_fun_pointer_tester.hpp 2016-01-04 13:58:41.306322500 +0100"> b </th> <td> <em></em> &nbsp; </td> </tr> </thead> <tbody class="unmod"> <tr> <th>28</th><th>28</th><td class="l"><span>#define PPI &lt;boost/preprocessor/enum_params.hpp&gt;</span></td> </tr> <tr> <th>29</th><th>29</th><td class="l"><span>#include PPI</span></td> </tr> <tr> <th>30</th><th>30</th><td class="l"><span>#undef PPI</span></td> </tr> </tbody> <tbody class="mod"> <tr class="first"> <th>31</th><th>&nbsp;</th><td class="l"><span>#define <del></del>&lt;boost/preprocessor/comma_if.hpp&gt;</span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>31</th><td class="r"><span>#define <ins>PPI </ins>&lt;boost/preprocessor/comma_if.hpp&gt;</span></td> </tr> </tbody> <tbody class="unmod"> <tr> <th>32</th><th>32</th><td class="l"><span>#include PPI</span></td> </tr> </tbody> <tbody class="mod"> <tr class="first"> <th>33</th><th>&nbsp;</th><td class="l"><span>#undef<del></del></span></td> </tr> <tr class="last"> <th>&nbsp;</th><th>33</th><td class="r"><span>#undef<ins>&nbsp;PPI</ins></span></td> </tr> </tbody> <tbody class="unmod"> <tr> <th>34</th><th>34</th><td class="l"><span>#endif</span></td> </tr> <tr> <th>35</th><th>35</th><td class="l"><span></span></td> </tr> <tr> <th>36</th><th>36</th><td class="l"><span>namespace boost {</span></td> </tr> </tbody> </table> </li> </ul> </div></div> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11884 Trac 1.4.3 John Maddock Fri, 02 Feb 2018 19:18:40 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11884#comment:1 https://svn.boost.org/trac10/ticket/11884#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed in develop, thanks! </p> Ticket