Boost C++ Libraries: Ticket #10653: doc: typos https://svn.boost.org/trac10/ticket/10653 <p> This page: </p> <p> <a href="http://www.boost.org/doc/libs/1_56_0/doc/html/BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS.html">http://www.boost.org/doc/libs/1_56_0/doc/html/BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS.html</a> </p> <p> is really fishy. Really, "VARAINT", not "VARIANT"? "VIZITOR", not "VISITOR"??? "BOOST", not "BOOOOST"? </p> <p> That's indeed what the code reads: </p> <pre class="wiki">#ifndef BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS # define BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS 4 #endif </pre><p> but what's the point? </p> <p> Also, the end of <a href="http://www.boost.org/doc/libs/1_56_0/doc/html/variant/tutorial.html#variant.tutorial.recursive">http://www.boost.org/doc/libs/1_56_0/doc/html/variant/tutorial.html#variant.tutorial.recursive</a> about multi visitation is not clear to me. Typically, it seems that bool_like_t what meant to be used, but is not. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10653 Trac 1.4.3 Antony Polukhin Tue, 02 Dec 2014 16:53:52 GMT owner, status, milestone changed https://svn.boost.org/trac10/ticket/10653#comment:1 https://svn.boost.org/trac10/ticket/10653#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">ebf</span> to <span class="trac-author">Antony Polukhin</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.58.0</span> </li> </ul> <p> Unfortunately <code>BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS</code> can not be changed, because such change will break user's code. </p> <p> <code>Multi visitation</code> section in Tutorial was right, but I've simplified it a little bit <a class="ext-link" href="https://github.com/boostorg/variant/commit/940cfef1f6bb78ffd26d40b6c845fa1d6e2ce4e8"><span class="icon">​</span>in develop branch</a>. </p> Ticket akim demaille <akim@…> Wed, 03 Dec 2014 08:21:13 GMT <link>https://svn.boost.org/trac10/ticket/10653#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10653#comment:2</guid> <description> <p> Hi. </p> <p> Still, it should fairly easy to do something like this: </p> <pre class="wiki">#ifndef BOOST_VARIANT_MAX_MULTIVISITOR_PARAMS // Bugward compatibility. # ifndef BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS # define BOOST_VARIANT_MAX_MULTIVISITOR_PARAMS BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS # else # define BOOST_VARIANT_MAX_MULTIVISITOR_PARAMS 4 # endif #endif // Bugward compatibility. #undef BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS #define BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS BOOST_VARIANT_MAX_MULTIVISITOR_PARAMS </pre><p> and drop dead typos. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Antony Polukhin</dc:creator> <pubDate>Mon, 09 Mar 2015 11:55:39 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/10653#comment:3 https://svn.boost.org/trac10/ticket/10653#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> Ticket