~roguescholar/boost/+git/mp11:feature/issue-88

Last commit made on 2023-12-21
Get this branch:
git clone -b feature/issue-88 https://git.launchpad.net/~roguescholar/boost/+git/mp11

Branch merges

Branch information

Name:
feature/issue-88
Repository:
lp:~roguescholar/boost/+git/mp11

Recent commits

20fff14... by Peter Dimov <email address hidden>

Use push_macro/pop_macro to guard against the macro I from <complex.h>. Fixes #88.

ed049f2... by Peter Dimov <email address hidden>

Add a test that includes <complex.h> before mp11.hpp. Refs #88.

e584d92... by Peter Dimov <email address hidden>

Update version

679834b... by Peter Dimov <email address hidden>

Update version

6ffe4c3... by Peter Dimov <email address hidden>

Update documentation

4db3374... by Peter Dimov <email address hidden>

Add value list support to mp_transform (for up to three lists). Closes #86.

f8fb53c... by Peter Dimov <email address hidden>

Work around MSVC failures

9e1a5d0... by Peter Dimov <email address hidden>

Add mp_transform_q test for up to 32 lists

2e7328e... by Peter Dimov <email address hidden>

Update documentation

ee5f1d6... by Peter Dimov <email address hidden>

Add value list support to mp_min_element, mp_max_element. Fixes #87.