11 Commits

Author SHA1 Message Date
joaquintides
c21f0b28ee Feature/optimize fixed_variant index size (#29)
* optimized sizeof(fixed_variant::index_)

* refactored to work around msvc-14.0 SFINAE bug

* added narrow cast

* updated variant perf plots
2025-01-01 23:27:39 +01:00
joaquintides
fcd9cebc92 Feature/variant_collection (#26)
* added variant_collection

* added variant_collection

* avoided &* on null pointers

* made (non-public) fixed_variant ctor explicit

* tested higher-arity visit

* implemented visit<void>

* fixed {boost::variant2|std}::variant insertion

* fixed lookup issues with invoke_visit

* removed unneeded constexpr qualifiers

* s/typeid_/index

* reverted c6bc62f6d2 as Clang 5.0 didnt seem to like it

* reinstated c6bc62f6d2

* dropped -std=c++1z for Clang 5.0

* updated docs and examples

* added boost::poly_collection::visit_by_index

* typo

* explicit cted tuple in make_iota_tuple

* changed function name to see if it helps with mangling-related Clang 3.8 ICE

* rewritten make_iota_tuple to try to make Clang 3.8 happier

* added boost::variant_collection_of
2024-12-28 10:56:06 +01:00
joaquintides
5be271c109 restored standalone Boost img 2017-06-29 21:22:24 +02:00
joaquintides
6cbfb64f8f deleted standalone Boost img 2017-06-29 21:15:06 +02:00
joaquintides
73391d49e3 s/GCC6.0/GCC6.3 in performance section 2017-06-27 23:06:02 +02:00
joaquintides
dc743c059d updated perf tests results 2017-06-27 22:13:45 +02:00
joaquintides
4397581ae6 added segment(index)/segment<T>() 2017-06-11 00:58:59 +02:00
joaquintides
f5beb1ecd7 changed lib acceptance status 2017-05-31 18:12:38 +02:00
joaquintides
afad502304 replaced Clang results with Francisco José Tapia's 2016-12-03 21:27:56 +01:00
joaquintides
922b5b0a21 typos, replaced GCC results with Sehe's 2016-12-03 12:25:22 +01:00
joaquintides
9e5f11d733 initial commit 2016-11-06 11:17:58 +01:00