Boost C++ Libraries: Ticket #4605: Make BOOST_TYPEOF_SILENT default https://svn.boost.org/trac10/ticket/4605 <p> The default behaviour of boost typeof is to print a "using native typeof" or "using typeof emulation" message to the log for every C++ file being compiled. This verbosity can be a bit of an annoyance, since most users probably don't care about typeof internals when building software that depend on it (like e.g. uBLAS). </p> <p> Suggestion: Make BOOST_TYPEOF_SILENT enabled as default (e.g. from boost/config/user.hpp). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4605 Trac 1.4.3 Peder Holt Mon, 30 Aug 2010 20:08:54 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/4605#comment:1 https://svn.boost.org/trac10/ticket/4605#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> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost-1.45.0</span> </li> </ul> <p> BOOST_TYPEOF_SILENT has been removed and BOOST_TYPEOF_MESSAGES has been added. Messages are now hidden by default, and you have to define BOOST_TYPEOF_MESSAGES to see them at all. </p> Ticket