~roguescholar/boost/+git/type_traits:pr/char8_t-is-integral

Last commit made on 2022-10-30
Get this branch:
git clone -b pr/char8_t-is-integral https://git.launchpad.net/~roguescholar/boost/+git/type_traits

Branch merges

Branch information

Name:
pr/char8_t-is-integral
Repository:
lp:~roguescholar/boost/+git/type_traits

Recent commits

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

Specialize boost::is_integral for char8_t when available. Fixes #175.

990166c... by jzmaddock <email address hidden>

Merge pull request #174 from ecatmur/clang-15-intrinsics

Replace clang 15 deprecated intrinsics

e1d0699... by Ed Catmur <email address hidden>

Move test for __has_builtin to enclosing #if

Clang has __has_builtin since at least version 3

a1d0b20... by Ed Catmur <email address hidden>

Replace deprecated intrinsics

https://github.com/boostorg/type_traits/issues/173

fdef681... by jzmaddock <email address hidden>

Merge pull request #172 from Flamefire/wundef

Make build `-Wundef` clean

d71524a... by Alexander Grund <email address hidden>

Make build `-Wundef` clean

Use `#ifdef __cpp_noexcept_function_type` instead of
`#if __cpp_noexcept_function_type` to avoid `-Wundef` warnings.
Also add that flag to the test flags to detect those on CI.

d2a4a6b... by jzmaddock <email address hidden>

Merge pull request #167 from boostorg/msvc2022_ci

Correct CI workflow and add 2022 tests.

2736780... by jzmaddock <email address hidden>

Correct CI workflow and add 2022 tests.

bc26f6b... by jzmaddock <email address hidden>

Merge pull request #157 from eldiener/develop

[skip ci] Fixed operator traits example code for last issue.

a10ca89... by jzmaddock <email address hidden>

Merge pull request #163 from igaztanaga/patch-1

Fix -Wconversion warning for GCC / 64 bits