Peter Dimov
85fb466414
Update version to 1.73.0
2019-12-12 21:28:41 +02:00
Peter Dimov
b24d2285a6
Add mp_flatten
2019-12-08 02:08:26 +02:00
Peter Dimov
f14309e92d
Fix ambiguity in mp_similar<Y<>, Y<>>
2019-12-08 02:07:17 +02:00
Peter Dimov
409147714c
Reformat mp_unique_if
2019-12-07 19:13:02 +02:00
Kris Jusiak
aa11577812
🆕 [mp_unique_if] Support for mp_unique with a predicate
...
Problem:
- `mp_unique` doesn't support custom predicates.
Solution:
- Add `mp_unique_if` and `mp_unique_if_q` which allow to remove duplicates elements with a predicate.
2019-12-03 15:12:55 -07:00
Peter Dimov
ed5dc75e18
Update BOOST_MP11_VERSION
2019-08-24 00:46:26 +03:00
Peter Dimov
164aa375f2
Split mpl.hpp into mpl_list.hpp and mpl_tuple.hpp
2019-08-23 20:02:00 +03:00
Peter Dimov
bf6f3e0221
Clang 3.3 can't parse __attribute__((deprecated)) on aliases
2019-05-25 03:40:23 +03:00
Peter Dimov
23a1432e8d
Use __attribute__((deprecated)) on Clang because of -pedantic
2019-05-25 02:24:47 +03:00
Jonathan Müller
bba027610f
Fix GCC sign conversion warning
...
The conversion bool -> int -> std::size_t triggers GCC sign conversion warning.
2019-05-22 11:03:50 +02:00
Peter Dimov
cb15f6b94e
Update GCC workarounds
2019-05-10 18:42:54 +03:00
Peter Dimov
f1ededad7a
Update BOOST_MP11_VERSION
2019-04-18 09:48:18 +03:00
Peter Dimov
b6b1805c8c
Add <boost/mp11/version.hpp>
2019-03-04 20:29:49 +02:00
Peter Dimov
f7ca2842c3
Update g++ workarounds
2019-02-22 13:57:25 +02:00
Peter Dimov
ed431d7624
Document mp_back, mp_pop_back
2019-02-16 20:26:03 +02:00
Peter Dimov
dda257c403
Add mp_back, mp_pop_back
2019-02-16 19:41:08 +02:00
Peter Dimov
6a880ae572
Unroll mp_take a bit more
2019-02-16 18:46:27 +02:00
Peter Dimov
fc8bfcf601
Add mp_eval_or
2019-02-14 21:03:13 +02:00
Peter Dimov
ca7e140827
Add mp_valid_q
2019-02-14 20:15:29 +02:00
Peter Dimov
beb9c2dd59
Add mp_eval_if_not
2019-02-14 19:57:04 +02:00
Peter Dimov
07892c8d73
Add mp_filter
2019-02-03 19:48:16 +02:00
Peter Dimov
acd0e3e015
Test mp_same with 1024 arguments
2019-01-21 06:52:01 +02:00
Peter Dimov
c51289bcb5
Use __make_integer_seq when available
2019-01-15 20:22:39 +02:00
Peter Dimov
8e60b42fa0
Check [[fallthrough]] in addition to [[deprecated]] to eliminate Clang 3.8
2019-01-12 18:23:06 +02:00
Peter Dimov
af12ea6785
Use __has_cpp_attribute instead of checking the Clang version
2019-01-12 08:03:54 +02:00
Peter Dimov
6ab64c66e2
Disable g++ sign-compare warnings in mp_less
2019-01-11 03:41:16 +02:00
Peter Dimov
36a4e026df
Disable use of __attribute__((deprecated)) on clang-3.3 as it can't parse it on aliases
2019-01-11 02:16:55 +02:00
Peter Dimov
ceabf8066c
Use __attribute__((deprecated)) on clang 3.8 to avoid a warning
2019-01-11 00:32:39 +02:00
Peter Dimov
46e38aea1c
Merge branch 'feature/mp_transform_first' into develop
2019-01-08 05:57:39 +02:00
Peter Dimov
e982834334
Merge branch 'feature/mp_not_fn' into develop
2019-01-08 05:57:28 +02:00
Peter Dimov
48f2f817fe
Remove redundant check
2019-01-08 03:31:18 +02:00
Peter Dimov
2274150ea0
Make primary templates in set.hpp empty instead of undefined
2019-01-08 02:39:07 +02:00
Peter Dimov
7e501e3cc8
Add mp_transform_first, second, third
2019-01-08 02:17:32 +02:00
Peter Dimov
d4cad58e5c
Add mp_not_fn
2019-01-08 01:27:04 +02:00
Peter Dimov
614dec90a7
Add test/mp_set_intersection_sf.cpp
2019-01-07 22:45:51 +02:00
Peter Dimov
311f8bf1a5
Add mp_set_intersection
2019-01-07 22:30:58 +02:00
Peter Dimov
bc90e79d9f
Add test/mp_set_difference_sf.cpp
2019-01-07 21:27:06 +02:00
Peter Dimov
21a95388f5
Move mp_is_list to detail/mp_is_list.hpp
2019-01-07 21:26:35 +02:00
Peter Dimov
3a31eeee29
Add mp_set_difference
2019-01-07 21:02:30 +02:00
Peter Dimov
a9b36f58ae
Move mp_copy_if, mp_remove_if to separate headers
2019-01-07 20:44:50 +02:00
Peter Dimov
27b2ebdbff
Add one additional test for mp_any that exposes an issue with msvc-14.1/cxxstd=17
2019-01-07 20:21:14 +02:00
Peter Dimov
64ec78ac17
Merge branch 'feature/mp_set_union' into develop
2019-01-07 17:02:28 +02:00
Peter Dimov
3e3d4dec74
Merge branch 'feature/mp_append_sf' into develop
2019-01-07 17:02:16 +02:00
Peter Dimov
d707b7d4dd
Merge branch 'feature/mp_similar' into develop
2019-01-07 17:02:03 +02:00
Peter Dimov
59b3ee5721
Merge branch 'feature/mp_append_sf' into feature/mp_set_union
2019-01-07 07:04:00 +02:00
Peter Dimov
2bf0aa3815
Make mp_append SFINAE-friendly; add test/mp_append_sf.cpp
2019-01-07 07:03:05 +02:00
Peter Dimov
08444e4587
Add mp_set_union
2019-01-07 06:50:51 +02:00
Peter Dimov
9b88baf60c
Add mp_similar
2019-01-07 05:54:20 +02:00
Peter Dimov
72279a5b2e
Retain mp_invoke for compatibility, mark as deprecated
2019-01-07 04:34:01 +02:00
Peter Dimov
e5d6e0d0b9
Rename mp_invoke to mp_invoke_q
2019-01-07 03:41:29 +02:00