Commit Graph

14 Commits

Author SHA1 Message Date
Antony Polukhin
31dcc43faf Add std::hash specialization for variant (refs #49) 2019-04-01 23:45:21 +03:00
Antony Polukhin
d069511e31 Update copyright 2019-01-17 13:00:51 +03:00
Antony Polukhin
e5a75bb8e1 Revert "Specialize std::hash for boost::variant. Fixes #49"
This reverts commit d972192e54.
2018-08-12 20:56:40 +03:00
Antony Polukhin
d972192e54 Specialize std::hash for boost::variant. Fixes #49 2018-08-12 20:36:12 +03:00
Antony Polukhin
397c2f14f8 Dropped BOOST_VARIANT_NO_REFERENCE_SUPPORT macro and dropped support for compilers without SFINAE (trac 12250) 2016-06-02 22:06:23 +03:00
Antony Polukhin
0231eefd43 More docs and tests for new variadic templates related features; tune apply_visitor(visitor) to use variadic templates and be suitable for visitors with any count of input opertors 2014-12-05 18:02:46 +03:00
Antony Polukhin
1b50119b21 Fix issues reported by Boost Inspection Tool 2014-08-01 14:09:36 +04:00
Antony Polukhin
e20324e2c4 Updated docs and variadic templates support 2013-12-09 11:50:15 +04:00
Eric Friedman
be401234a8 Documented recent implementation changes and additions.
[SVN r20743]
2003-11-08 08:14:21 +00:00
Eric Friedman
5c2d5236f0 Minor fixes.
[SVN r19865]
2003-08-29 19:58:00 +00:00
Douglas Gregor
2e2679aa16 Use <macro> element to define macros, <macroname> to reference them.
[SVN r19861]
2003-08-29 16:29:25 +00:00
Eric Friedman
a8f59418d7 1) Moved preprocessor macro example to tutorial 2) Now mentions recursive_variant.
[SVN r19822]
2003-08-28 08:22:03 +00:00
Eric Friedman
e913200270 Documented BOOST_VARIANT_ENUM_SHIFTED_PARAMS macro.
[SVN r19765]
2003-08-25 03:50:05 +00:00
Eric Friedman
70c8014c0f BoostBook progress.
[SVN r19371]
2003-07-30 20:48:35 +00:00