0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00
bitcoin-bitcoin-core/src/compat
MarcoFalke 77774110f4
Remove __cplusplus from compat/assumptions.h
It is unclear what the goal of this check is, given that the value may
need to be set lower for the mimimum supported version of compilers that
forgot to bump the value, see
https://github.com/bitcoin/bitcoin/pull/28349#issuecomment-1745143612 .

The minimum supported compiler versions are already documented in
doc/dependencies.md and using an older compiler will already result in a
compile failure, so this check can be removed as redundant. Especially
given that it is only included in one file, where iwyu suggests to
remove it.
2023-10-04 11:11:37 +02:00
..
assumptions.h Remove __cplusplus from compat/assumptions.h 2023-10-04 11:11:37 +02:00
byteswap.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
compat.h Sort includes in compat.h 2023-08-08 17:50:41 +02:00
cpuid.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
endian.h scripted-diff: Bump copyright headers 2022-12-24 23:49:50 +00:00
stdin.cpp compat: use STDIN_FILENO over 0 2023-01-04 12:00:25 +00:00
stdin.h add stdin helpers for password input support 2019-10-01 12:19:31 +09:00