mirror of
https://github.com/boostorg/range.git
synced 2026-01-27 07:02:16 +00:00
Remove trailing whitespace from modified lines. git grep -l BOOST_STRING_TYPENAME | xargs sed -i 's|BOOST_STRING_TYPENAME *$|typename|' git grep -l BOOST_STRING_TYPENAME | xargs sed -i 's|BOOST_STRING_TYPENAME \(.*\) +$|typename \1|' git grep -l BOOST_STRING_TYPENAME | xargs sed -i 's|BOOST_STRING_TYPENAME|typename|' Remove include of header from Boost.Algorithm library providing the define.