2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-22 01:32:08 +00:00
Christopher Kohlhoff 003174d8c9 Fix BOOST_ASIO_ASSUME definition on older compilers.
1. gcc 4.4 does not support __builtin_unreachable, which makes the
  __GNUC__ branch definition to fail.

2. clang 3.5 doesn't support __builtin_assume and uses the last fallback
  option. There, BOOST_ASIO_ASSUME is defined without arguments, meaning it
  expands to incorrect code like `(void)0(base != 0)`. This also affects
  any other compilers that are not handled by prior branches.
2023-04-04 20:20:33 +10:00
2023-03-08 22:22:21 +11:00
2023-03-01 23:03:03 +11:00
2021-03-04 09:02:43 +11:00
2023-03-01 23:03:03 +11:00
2006-06-14 22:26:36 +00:00
2021-11-01 21:19:46 +11:00
Description
Mirrored via gitea-mirror
24 MiB
Languages
C++ 99.6%
HTML 0.2%
Perl 0.2%