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
|
18b7d88df3
|
removed/escaped spurious semicolons
|
2017-11-16 14:50:19 +01:00 |
|
joaquintides
|
00848ec1c8
|
stylistic
|
2017-11-04 13:08:36 +01:00 |
|
joaquintides
|
d446a9e3d5
|
used new <cxxstd> feature
|
2017-10-30 09:19:06 +01:00 |
|
joaquintides
|
09a4b79f38
|
typo
|
2017-10-29 16:57:18 +01:00 |
|
joaquintides
|
832dd39281
|
updated perf test to start with n=100
|
2017-06-24 10:52:58 +02:00 |
|
joaquintides
|
dd514e0fad
|
reworded and expanded on the description of boost::function_collection to address reviewers' concerns about clarity and purpose
|
2017-06-14 21:40:33 +02:00 |
|
joaquintides
|
e0f0a3f2ca
|
indicated use of C++14 in examples
|
2017-06-13 21:46:51 +02:00 |
|
joaquintides
|
4397581ae6
|
added segment(index)/segment<T>()
|
2017-06-11 00:58:59 +02:00 |
|
joaquintides
|
60b85291e9
|
made it clear non-restituted types also get processed
|
2017-06-10 18:32:52 +02:00 |
|
joaquintides
|
7bc8248188
|
s/concept/concept_ in preparation for potential C++20 keyword
|
2017-06-10 18:08:59 +02:00 |
|
joaquintides
|
a84044d51c
|
used override as per Thorsten Ottosen's review
|
2017-06-07 23:21:39 +02:00 |
|
joaquintides
|
53fb5e5aa7
|
removed collection-level max_size and capacity
|
2017-06-07 11:26:56 +02:00 |
|
joaquintides
|
fade58cd39
|
used std::discrete_distribution rather than std::uniform_real_distribution
|
2017-06-07 00:48:15 +02:00 |
|
joaquintides
|
998b2dd9a1
|
added -std=c++11/-std=c++14 flags for GCC/Clang
|
2016-12-04 13:04:46 +01:00 |
|
joaquintides
|
1c42af061a
|
typo
|
2016-12-04 13:03:27 +01:00 |
|
joaquintides
|
9e5f11d733
|
initial commit
|
2016-11-06 11:17:58 +01:00 |
|