~roguescholar/boost/+git/mp11:feature/tuple-transform

Last commit made on 2020-05-24
Get this branch:
git clone -b feature/tuple-transform https://git.launchpad.net/~roguescholar/boost/+git/mp11

Branch merges

Branch information

Name:
feature/tuple-transform
Repository:
lp:~roguescholar/boost/+git/mp11

Recent commits

645c90b... by Peter Dimov <email address hidden>

Enable constexpr tests on msvc-14.2 (where __cplusplus is still 199711L)

44be76e... by Peter Dimov <email address hidden>

Disable test/tuple_transform_cx on g++ 4.7

1ffb988... by Peter Dimov <email address hidden>

Lower N further in test/tuple_transform_2 for clang++ 3.x

49afe16... by Peter Dimov <email address hidden>

Lower N in test/tuple_transform_2 for g++ 4.9

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

Use an internal forward_from_tuple as the std:: one isn't constexpr in C++11 or libstdc++ 5

588bc44... by Peter Dimov <email address hidden>

Update documentation of tuple_for_each

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

Update documentation of tuple_transform

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

Update changelog

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

Support up to three tuples in tuple_transform under msvc-12.0

917ac15... by Peter Dimov <email address hidden>

Restrict msvc-12.0 to one tuple in tuple_transform