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
|
c32eb057cc
|
avoided self-assign-overloaded Clang warnings
|
2018-12-31 13:29:16 +01:00 |
|
joaquintides
|
d5470d8a40
|
added segment_info/segment_traversal_info tests
|
2017-08-22 12:12:15 +02:00 |
|
joaquintides
|
3bdf47cb05
|
s/std::type_index/std::type_info to allow for future optimization opportunities (breaking change)
|
2017-06-25 12:29:34 +02:00 |
|
joaquintides
|
4397581ae6
|
added segment(index)/segment<T>()
|
2017-06-11 00:58:59 +02:00 |
|
joaquintides
|
1a19b9650e
|
suppressed signed/unsigned comparison warnings
|
2017-06-03 12:19:46 +02:00 |
|
joaquintides
|
9e5f11d733
|
initial commit
|
2016-11-06 11:17:58 +01:00 |
|