Boost C++ Libraries: Ticket #7676: Config macro deprecations are not documented https://svn.boost.org/trac10/ticket/7676 <p> boost/config/suffix.hpp indicates that a large block of config macros (e.g. <code>BOOST_NO_AUTO_DECLARATIONS</code>) were deprecated in version 1.51.0. However, the <a href="http://www.boost.org/doc/libs/1_52_0/libs/config/doc/html/boost_config/boost_macro_reference.html">library documentation</a> does not indicate that these macros are deprecated, and does not document their replacements at all. This is particularly problematic because this deprecation is having user-visible effects (see e.g. <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7675" title="#7675: Bugs: BOOST_NO_DECLTYPE doesn't imply BOOST_NO_DECLTYPE_N3276 anymore (closed: wontfix)">ticket:7675</a>). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7676 Trac 1.4.3 anonymous Thu, 15 Nov 2012 13:17:47 GMT owner, component changed https://svn.boost.org/trac10/ticket/7676#comment:1 https://svn.boost.org/trac10/ticket/7676#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">John Maddock</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">config</span> </li> </ul> Ticket John Maddock Thu, 15 Nov 2012 13:37:29 GMT owner changed https://svn.boost.org/trac10/ticket/7676#comment:2 https://svn.boost.org/trac10/ticket/7676#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">John Maddock</span> to <span class="trac-author">Marshall Clow</span> </li> </ul> <p> Marshall, as you made the changes that deprecated those macros can you take a look? </p> <p> Thanks! John. </p> Ticket Marshall Clow Tue, 20 Nov 2012 16:13:45 GMT <link>https://svn.boost.org/trac10/ticket/7676#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7676#comment:3</guid> <description> <p> Quite strange. I know I documented them. Yep, they're there in the QBK file - but not in the HTML. </p> <p> Investigating ... </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Tue, 20 Nov 2012 20:40:13 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7676#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7676#comment:4</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81443" title="Website: Update config docs for 1.51 and 1.52. Refs #7676. ">[81443]</a>) Website: Update config docs for 1.51 and 1.52. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7676" title="#7676: Bugs: Config macro deprecations are not documented (closed: fixed)">#7676</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Daniel James</dc:creator> <pubDate>Tue, 20 Nov 2012 20:44:16 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7676#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7676#comment:5</guid> <description> <p> You might have to shift-reload to see the updated pages, as the cache for 1.52 docs is set to 1 week. Please don't mark this fixed until the documentation is in the release branch. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 10 Dec 2012 20:37:51 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7676#comment:6 https://svn.boost.org/trac10/ticket/7676#comment:6 <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> In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81827" title="Merge config updates from Trunk.">[81827]</a>, all the changes in the docs have been merged to the release branch. </p> <p> I think we're good now. </p> Ticket