aboutsummaryrefslogtreecommitdiff
path: root/maintainers
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2021-12-01 22:06:15 +0000
committerSergei Trofimovich <slyich@gmail.com>2021-12-01 22:08:05 +0000
commitc32a5f4d380daafc33d129a097a494e1af8d9600 (patch)
treec1047dac5a92f772a6bd4e4b067bcf3f086c3874 /maintainers
parent782837d9345b70023c682a177c074333d1cb7baa (diff)
src/libutil/util.hh: fix build on gcc-11
Due to missing <atomic> declaration the build fails as: src/libutil/util.hh:350:24: error: no match for 'operator||' (operand types are 'std::atomic<bool>' and 'bool') 350 | if (_isInterrupted || (interruptCheck && interruptCheck())) | ~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | std::atomic<bool> bool
Diffstat (limited to 'maintainers')
0 files changed, 0 insertions, 0 deletions