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 |
|
Rene Rivera
|
ce9dbb499a
|
Update build deps.
|
2024-08-05 08:26:14 -05:00 |
|
Rene Rivera
|
7e1b1743be
|
Make the library modular usable.
|
2024-03-11 08:38:17 -05:00 |
|
joaquintides
|
fff09e7a01
|
reverted 06ad553ac1
|
2021-02-08 09:24:56 +01:00 |
|
joaquintides
|
06ad553ac1
|
solved issue #20
|
2021-02-08 09:15:45 +01:00 |
|
Giovanni Mascellani
|
5ed0000d13
|
Fix copyright headers encoding to UTF-8.
|
2020-10-09 15:45:21 +02:00 |
|
joaquintides
|
d446a9e3d5
|
used new <cxxstd> feature
|
2017-10-30 09:19:06 +01:00 |
|
joaquintides
|
e0f0a3f2ca
|
indicated use of C++14 in examples
|
2017-06-13 21:46:51 +02:00 |
|
joaquintides
|
998b2dd9a1
|
added -std=c++11/-std=c++14 flags for GCC/Clang
|
2016-12-04 13:04:46 +01:00 |
|
joaquintides
|
9e5f11d733
|
initial commit
|
2016-11-06 11:17:58 +01:00 |
|