~roguescholar/boost/+git/mp11:feature/no-builtin-unreachable

Last commit made on 2020-02-29
Get this branch:
git clone -b feature/no-builtin-unreachable https://git.launchpad.net/~roguescholar/boost/+git/mp11

Branch merges

Branch information

Name:
feature/no-builtin-unreachable
Repository:
lp:~roguescholar/boost/+git/mp11

Recent commits

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_*

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

Simplify mp_rotate_impl

8ef7658... by Peter Dimov <email address hidden>

Implement mp_rotate_right in terms of mp_rotate_left

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

mp_rotate_*: remove default rotation count

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

Merge branch 'feature/add-rotate-algorithms' of https://github.com/D-Barber/mp11 into feature/mp_rotate

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

Update README

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

Change Travis labels