~roguescholar/boost/+git/type_traits:Version2

Last commit made on 2015-06-17
Get this branch:
git clone -b Version2 https://git.launchpad.net/~roguescholar/boost/+git/type_traits

Branch merges

Branch information

Name:
Version2
Repository:
lp:~roguescholar/boost/+git/type_traits

Recent commits

d66cb6e... by jzmaddock <email address hidden>

Fix Oracle C++11 failure.

dca27f8... by jzmaddock <email address hidden>

Fix Oracle failure - needs to filter result through is_constructible.

d9255a7... by jzmaddock <email address hidden>

Disable fully conforming is_convertible for gcc-4.6.4 as it fails our tests.

904a4ad... by jzmaddock <email address hidden>

Fix #include.

5713438... by jzmaddock <email address hidden>

Use old version of is_copy_constructible with older GCC versions.

5a4f302... by jzmaddock <email address hidden>

More fixes for older GCC versions:
Don't filter through is_constructible/is_assignable etc as older GCC versions can't cope, and don't need these anyway.

9ab3aae... by jzmaddock <email address hidden>

Fix use of is_constructible - to limits to cases where it's really needed.
And to not use it when the compiler would choke.

863ba0a... by jzmaddock <email address hidden>

Revert "Move private-constructor tests into separate file."

This wasn't the right fix, and didn't fix the issue anyway.

This reverts commit fe5f4e2253f74c7f72f9dedbff18fd892be006fd.

fe5f4e2... by jzmaddock <email address hidden>

Move private-constructor tests into separate file.
These tests fail on older GCC versions.

fc2b8e1... by jzmaddock <email address hidden>

Disable move-construction for arrays - fixes Oracle C++ issue.