Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10653: doc: typos
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-12-03 08:21:13
#10653: doc: typos
-------------------------------------+-----------------------
Reporter: akim demaille <akim@â¦> | Owner: apolukhin
Type: Bugs | Status: assigned
Milestone: Boost 1.58.0 | Component: variant
Version: Boost 1.56.0 | Severity: Cosmetic
Resolution: | Keywords:
-------------------------------------+-----------------------
Comment (by akim demaille <akim@â¦>):
Hi.
Still, it should fairly easy to do something like this:
{{{
#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
}}}
and drop dead typos.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10653#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC