Pawel Dac 33784034b7 Perfect forwarding for passing visitor in apply_visitor.
Allows to catch Visitor&&, Visitor& and const Visitor&.

Removed apply_visitor with const Visitor& since it was catching inlined Visitors&&.
Passing const Visitor to result_wrapper resulted in compilation error when Visitor was mutable.
2017-11-07 23:44:43 +01:00
2017-11-05 16:33:30 +03:00
2016-07-12 21:28:40 +03:00
2003-05-28 08:05:16 +00:00
2017-05-19 21:52:04 +03:00

Boost.Variant

Boost.Variant, part of collection of the Boost C++ Libraries. It is a safe, generic, stack-based discriminated union container, offering a simple solution for manipulating an object from a heterogeneous set of types in a uniform manner.

Test results

@ Build Tests coverage More info
Develop branch: Build Status Build status Coverage Status details...
Master branch: Build Status Build status Coverage Status details...

Open Issues

License

Distributed under the Boost Software License, Version 1.0.

S
Description
No description provided
Readme 1.8 MiB
Languages
C++ 99.6%
CMake 0.2%
HTML 0.2%