Boost C++ Libraries: Ticket #2940: Warning in exception/diagnostic_information.hpp https://svn.boost.org/trac10/ticket/2940 <p> TDM-MinGW 4.3.2 gives the following warning since <a class="changeset" href="https://svn.boost.org/trac10/changeset/52225" title="get_error_info returns raw pointer instead of shared_ptr (breaking ...">r52225</a>. </p> <pre class="wiki">C:\Users\Brian\Developer\src\boost/boost/exception/diagnostic_information.hpp:26 : warning: 'typedef' was ignored in this declaration C:\Users\Brian\Developer\src\boost/boost/exception/diagnostic_information.hpp:37 : warning: 'typedef' was ignored in this declaration </pre><p> GCC seems to think the typedef is unneeded. So do I, frankly, but I am not well versed enough in the standard... </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2940 Trac 1.4.3 Emil Dotchevski Sun, 12 Apr 2009 17:25:11 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2940#comment:1 https://svn.boost.org/trac10/ticket/2940#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> Good catch, thanks. Fixed in revision 52355. </p> Ticket