Subject: [Boost-bugs] [Boost C++ Libraries] #8459: Patch that implements multiple visitation in Boost.Variant
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-04-18 14:16:15
#8459: Patch that implements multiple visitation in Boost.Variant
-------------------------------------+--------------------------------------
Reporter: apolukhin | Owner: ebf
Type: Patches | Status: new
Milestone: To Be Determined | Component: variant
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
Boost.Variant has `boost::apply_visitor` for unary and binary visitation.
That's good, but some users need more...
File in attachment provides an ability to make ternary and quad visitation
by default. And it is capable of generating boost::apply_visitor for even
more amount of parameters, if `BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS`
defined to value bigger than 4.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8459> 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:12 UTC