summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/unordered/patches/02-system_header.sh
blob: f0880f09c745e759e0d4b95059b2aad5f3bbdf51 (plain) (blame)
1
2
3
4
5
set -xue

echo -e '#pragma clang system_header\n' > _
cat include/boost/unordered/detail/implementation.hpp >> _
mv _ include/boost/unordered/detail/implementation.hpp