2
0
mirror of https://github.com/boostorg/range.git synced 2026-01-27 07:02:16 +00:00
Stephen Kelly 0e9a9e613b Rely on the 'typename' keyword from the compiler.
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.
2014-09-10 15:37:45 +02:00
2014-09-05 10:34:21 -07:00
2004-06-29 02:50:07 +00:00
Description
Mirrored via gitea-mirror
5.3 MiB
Languages
C++ 99.9%