mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 10:41:08 +00:00
iwyu: Add temporary mapping to work around upstream bug
This commit is contained in:
parent
37de7d1910
commit
91824646c5
@ -9,7 +9,9 @@
|
||||
{ "symbol": ["AT_HWCAP", "private", "<sys/auxv.h>", "public"] },
|
||||
{ "symbol": ["AT_HWCAP2", "private", "<sys/auxv.h>", "public"] },
|
||||
|
||||
# IWYU bug.
|
||||
# Workarounds for IWYU issues.
|
||||
# See: https://github.com/include-what-you-use/include-what-you-use/issues/1616.
|
||||
{ "symbol": ["std::pair", "private", "<utility>", "public"] },
|
||||
# See: https://github.com/include-what-you-use/include-what-you-use/issues/1863.
|
||||
{ "symbol": ["std::vector", "private", "<vector>", "public"] },
|
||||
]
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
#include <array>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <iterator>
|
||||
#include <span>
|
||||
#include <utility>
|
||||
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
#include <exception>
|
||||
#include <iterator>
|
||||
#include <span>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user