~roguescholar/boost/+git/type_traits:msvc-arm

Last commit made on 2019-01-10
Get this branch:
git clone -b msvc-arm https://git.launchpad.net/~roguescholar/boost/+git/type_traits

Branch merges

Branch information

Name:
msvc-arm
Repository:
lp:~roguescholar/boost/+git/type_traits

Recent commits

4becfb6... by jzmaddock <email address hidden>

CI: re-jig appveyor msvc/arm tests again.

f618745... by jzmaddock <email address hidden>

CI: Fix appveyor.yml for arm cross compile test.

c480b55... by jzmaddock <email address hidden>

msvc/arm: Fix for https://github.com/boostorg/type_traits/issues/105

c65f41d... by jzmaddock <email address hidden>

Merge pull request #104 from boostorg/travis-os-x-10.1

Travis: Update XCode versions.

c71e2ff... by jzmaddock <email address hidden>

Merge pull request #95 from glenfe/develop

Implement is_bounded_array and is_unbounded_array

55a3ee0... by jzmaddock <email address hidden>

clang/OSX: Disable untestable is_function/is_member_function bits.

38f9545... by jzmaddock <email address hidden>

is_member_function_pointer_cxx_11.hpp: and another attempt to get the clang OS X logic correct.

649c585... by jzmaddock <email address hidden>

is_member_function_pointer_cxx_11.hpp: don't specialize on noexcept for clang/apple.

d8bdd30... by Glen Fernandes <email address hidden>

Implement is_bounded_array and is_unbounded_array

941e29e... by jzmaddock <email address hidden>

Apple X Code doesn't support noexcept as a separate type in partial specializations.