8 Jun
2014
8 Jun
'14
10:54 a.m.
Stephen Kelly wrote:
Range includes
boost/algorithm/string/config.hpp
for no known purpose. According to
git log -S BOOST_STRING_TYPENAME
that define was never used in the range library.
I checked again and I was wrong about this. The define is used in Boost.Range, but now, given updated compiler requirements, it can be replaced with BOOST_DEDUCED_TYPENAME. I recommend doing that. Thanks, Steve.