Peter Dimov
|
d5e39913c8
|
Add mp_quote_trait
|
2017-06-26 16:07:23 +03:00 |
|
Peter Dimov
|
464eee9596
|
Make primary templates in list.hpp empty instead of undefined, add error comments
|
2017-06-17 19:33:16 +03:00 |
|
Peter Dimov
|
d9c4308d9d
|
Add list_size_mismatch which produces a better error message from mp_transform
|
2017-06-17 19:14:47 +03:00 |
|
Peter Dimov
|
e926c4ce62
|
Change mp_identity_t to be non-transparent, for consistency
|
2017-06-10 04:13:39 +03:00 |
|
Peter Dimov
|
cae6f966dc
|
Rename make_from_tuple to construct_from_tuple
|
2017-06-08 19:22:53 +03:00 |
|
Peter Dimov
|
08777edbc1
|
Add make_from_tuple
|
2017-06-08 17:42:50 +03:00 |
|
Peter Dimov
|
359ae25630
|
Add tuple_apply
|
2017-06-08 17:19:28 +03:00 |
|
Peter Dimov
|
97720ed72d
|
Rename tuple_for_each.hpp to tuple.hpp
|
2017-06-08 16:35:55 +03:00 |
|
Peter Dimov
|
cde9259b1a
|
Rename mp_for_index to mp_with_index
|
2017-06-02 18:20:37 +03:00 |
|
Peter Dimov
|
7f9f4c31e2
|
Avoid unused argument warning
|
2017-06-01 19:33:32 +03:00 |
|
Peter Dimov
|
b8bbd279b2
|
Make mp_for_each constexpr under C++14
|
2017-05-31 23:44:24 +03:00 |
|
Peter Dimov
|
3cce995877
|
Rename mp_for_index_c to mp_for_index
|
2017-05-31 23:18:08 +03:00 |
|
Peter Dimov
|
1bd4b670ce
|
Avoid control reaches end of non-void function warnings
|
2017-05-31 20:16:41 +03:00 |
|
Peter Dimov
|
e6c28a0848
|
Add mp_for_index
|
2017-05-31 19:56:18 +03:00 |
|
Peter Dimov
|
d78cf71a97
|
Revert previous; disable problematic test on 4.7/4.8 instead
|
2017-05-31 09:09:05 +03:00 |
|
Peter Dimov
|
5733185780
|
Try a g++ 4.7/4.8 workaround
|
2017-05-31 08:40:41 +03:00 |
|
Peter Dimov
|
a47c6e3c57
|
g++7.1 doesn't quite like mp_all, too; and 5 and earlier also fail in a different way
|
2017-05-31 07:57:02 +03:00 |
|
Peter Dimov
|
a768587c7d
|
g++6 doesn't like mp_any either
|
2017-05-31 07:22:31 +03:00 |
|
Peter Dimov
|
9a69b1213c
|
g++ 6 has problems with mp_and
|
2017-05-31 07:08:56 +03:00 |
|
Peter Dimov
|
f6d92069a9
|
Make mp_at SFINAE-friendly
|
2017-05-29 05:56:55 +03:00 |
|
Peter Dimov
|
c7923ca041
|
Change back mp_for_each to not use mp_identity
|
2017-05-29 03:04:12 +03:00 |
|
Peter Dimov
|
edcff6fa6f
|
Add test for mp_transform_q
|
2017-05-25 21:51:40 +03:00 |
|
Peter Dimov
|
6db4019341
|
Add mp_transform_if_q
|
2017-05-25 21:31:03 +03:00 |
|
Peter Dimov
|
0e0d7fae4e
|
Enable fold expressions on g++
|
2017-05-24 06:16:17 +03:00 |
|
Peter Dimov
|
e81ce26bf9
|
Use fold expressions in mp_all, mp_any
|
2017-05-24 05:59:15 +03:00 |
|
Peter Dimov
|
fc562c7421
|
Fix mp_all on g++ 4.7
|
2017-05-24 04:59:15 +03:00 |
|
Peter Dimov
|
ecd77ab9fa
|
Make mp_all fail when ::value is invalid for some type
|
2017-05-24 04:27:36 +03:00 |
|
Peter Dimov
|
b306ab25aa
|
Do not use auto on g++ 4.7 in mp_plus
|
2017-05-24 03:47:24 +03:00 |
|
Peter Dimov
|
2bd7393365
|
Use fold expressions in mp_plus
|
2017-05-24 02:50:43 +03:00 |
|
Peter Dimov
|
3e40aacce5
|
Document mp_plus
|
2017-05-24 01:52:11 +03:00 |
|
Peter Dimov
|
6b1a2f6156
|
Revert mp_or; add mp_void; update documentation
|
2017-05-24 01:37:49 +03:00 |
|
Peter Dimov
|
07cac40f3d
|
Change mp_and/mp_or to a SFINAE-based implementation
|
2017-05-23 23:25:30 +03:00 |
|
Peter Dimov
|
29a771aa4e
|
Move integer_sequence and tuple_for_each into mp11
|
2017-05-23 20:24:37 +03:00 |
|
Peter Dimov
|
eac1bf28a5
|
Unextend mp_invoke g++ 4.x workaround
|
2017-05-19 16:22:41 +03:00 |
|
Peter Dimov
|
29c4b601b4
|
Extend msvc-12.0 mp_invoke workaround to g++ 4.x
|
2017-05-19 15:59:17 +03:00 |
|
Peter Dimov
|
7100d10c7e
|
Make mp_infoke SFINAE-friendly
|
2017-05-19 15:37:49 +03:00 |
|
Peter Dimov
|
1d1be2bbf4
|
Add mp_eval_if_q
|
2017-05-19 03:22:53 +03:00 |
|
Peter Dimov
|
3cc44323e9
|
Second try to fix g++ 4.7
|
2017-05-19 01:13:09 +03:00 |
|
Peter Dimov
|
ec9d43e7e9
|
Try to fix g++ 4.7
|
2017-05-19 01:00:56 +03:00 |
|
Peter Dimov
|
02385ac83d
|
SFINAE-fail mp_transform on lists of different sizes
|
2017-05-18 16:13:55 +03:00 |
|
Peter Dimov
|
611ea810bd
|
SFINAE-fail mp_eval_if when F<U...> is invalid
|
2017-05-18 15:22:05 +03:00 |
|
Peter Dimov
|
37bbb15375
|
Make the E parameter of mp_if optional
|
2017-05-18 14:59:46 +03:00 |
|
Peter Dimov
|
15e45290d0
|
Add mp_insert, mp_erase
|
2017-05-13 21:52:56 +03:00 |
|
Peter Dimov
|
647f669353
|
Add mp_product_q, update documentation
|
2017-05-13 21:07:54 +03:00 |
|
Peter Dimov
|
893d84fda2
|
Add mp_for_each
|
2017-05-13 00:10:50 +03:00 |
|
Peter Dimov
|
9fbf51bbcb
|
Remove bind_front functionality from mp_quote
|
2017-05-12 19:43:03 +03:00 |
|
Peter Dimov
|
543a0f755e
|
Add mp_apply_q
|
2017-05-12 19:21:27 +03:00 |
|
Peter Dimov
|
939a3b949d
|
Add mp_bind_q, mp_bind_front(_q), mp_bind_back(_q), mp_transform_q
|
2017-05-09 20:53:00 +03:00 |
|
Peter Dimov
|
28c420edf7
|
Add mp_same.
|
2017-04-01 20:01:51 +03:00 |
|
Peter Dimov
|
b02e9fbacc
|
Add mp_bind.
|
2017-04-01 18:42:11 +03:00 |
|