Peter Dimov
|
6fdfb5bde8
|
Avoid g++-10 warning about < 0 compare
|
2021-03-24 18:59:09 +02:00 |
|
Peter Dimov
|
c92d2d0b6f
|
No longer use fold expressions for mp_count_if to avoid compiler limits
|
2021-03-22 19:17:44 +02:00 |
|
Peter Dimov
|
0348adbed9
|
No longer use fold expressions for mp_count to avoid compiler limits
|
2021-03-22 18:37:46 +02:00 |
|
Peter Dimov
|
064e9d415b
|
mp_count: do not use fold expressions on msvc because of parser stack limit
|
2020-11-26 02:14:59 +02:00 |
|
Peter Dimov
|
6bb260ff65
|
mp_count_if: do not use fold expressions on msvc-14.2 because of parser stack limit
|
2020-11-26 00:23:13 +02: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
|
acd0e3e015
|
Test mp_same with 1024 arguments
|
2019-01-21 06:52:01 +02:00 |
|
Peter Dimov
|
76817e70d6
|
Remove use of Boost.Config
|
2018-08-29 20:03:59 +03:00 |
|
Peter Dimov
|
4a8d6db171
|
Add mp_count_if_q
|
2017-10-21 21:30:51 +03:00 |
|
Peter Dimov
|
d8628a7c5e
|
Bump msvc version checks from <= 1910 to < 1920
|
2017-08-22 22:01:10 +03:00 |
|
Peter Dimov
|
848c2ff82c
|
Add fold expr implementations of mp_count, mp_count_if
|
2017-03-23 19:34:43 +02:00 |
|
Peter Dimov
|
72c9c49224
|
Unroll cx_plus a bit.
|
2017-03-23 19:22:42 +02:00 |
|
Peter Dimov
|
a231733c7e
|
Move everything to namespace mp11
|
2017-03-15 21:23:15 +02:00 |
|
Peter Dimov
|
586392ca51
|
VC++2017 still needs the workarounds.
|
2017-03-14 00:35:19 +02:00 |
|
Peter Dimov
|
7a0f4001e7
|
Add mp_all, mp_and, mp_any, mp_or; move mp_not to integral.hpp.
|
2016-11-16 21:24:13 +02:00 |
|