mirror of
https://github.com/boostorg/asio.git
synced 2026-02-22 01:32:08 +00:00
003174d8c9a9b3bb4e9b73eaaee34b418437490d
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.
Description
Mirrored via gitea-mirror
Languages
C++
99.6%
HTML
0.2%
Perl
0.2%