~roguescholar/boost/+git/mp11:feature/deprecated

Last commit made on 2020-03-09
Get this branch:
git clone -b feature/deprecated https://git.launchpad.net/~roguescholar/boost/+git/mp11

Branch merges

Branch information

Name:
feature/deprecated
Repository:
lp:~roguescholar/boost/+git/mp11

Recent commits

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

Change mp_invoke on Clang to use a struct, because deprecated alias templates never warn

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

Prefer __attribute__((deprecated)) on all g++-compatible compilers (f.ex. Intel)

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

Update documentation of mp_compose_q

03c221f... by Peter Dimov <email address hidden>

Do not use `Q::template fn...` because it breaks g++ < 7 and nvcc

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

Document mp_compose

5d25ec4... by Peter Dimov <email address hidden>

Add mp_compose

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

Do not use __builtin_unreachable() when not on g++ or clang. Fixes #46.

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

Update revision history

66681de... by vahtis <email address hidden>

Added fix for Sun Studio compilations. (#45)

* Added fix for Sun Studio compilations.

* Update config.hpp

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

Document mp_rotate_*