1
0
forked from boostorg/mp11
Files
boost_mp11/doc/mp11/changelog.adoc

30 lines
756 B
Plaintext
Raw Normal View History

2019-01-30 01:24:28 +02:00
////
Copyright 2019 Peter Dimov
Distributed under the Boost Software License, Version 1.0.
See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt
////
[#changelog]
# Revision History
## Changes in 1.70.0
* Rename `mp_invoke` to `mp_invoke_q`
* Add `mp_similar`
* Add `mp_set_union`, `mp_set_intersection`, `mp_set_difference`
* Add `mp_not_fn`
* Add `mp_transform_first`, `mp_transform_second`, `mp_transform_third`
2019-02-05 18:33:27 +02:00
* Add `mp_filter`
* Add `mp_eval_if_not`, `mp_eval_or`, `mp_valid_q`
2019-02-16 20:26:03 +02:00
* Add `mp_back`, `mp_pop_back`
2019-01-30 01:24:28 +02:00
## Changes in 1.69.0
* Remove dependency on Boost.Config; Mp11 is now standalone
* Improve code generation for `mp_with_index`
* Add `mp_starts_with` (contributed by Glen Fernandes)
* Add CMake support