mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-06 09:16:33 +02:00
unnecessary "typename" causing gcc3.4 to fail removed
[SVN r22450]
This commit is contained in:
@ -530,8 +530,8 @@ namespace boost {
|
||||
|
||||
typedef value_type* iterator;
|
||||
typedef const value_type* const_iterator;
|
||||
typedef BOOST_STRING_TYPENAME std::ptrdiff_t difference_type;
|
||||
typedef BOOST_STRING_TYPENAME std::size_t size_type;
|
||||
typedef std::ptrdiff_t difference_type;
|
||||
typedef std::size_t size_type;
|
||||
|
||||
typedef BOOST_STRING_TYPENAME
|
||||
::boost::mpl::if_< ::boost::is_const<T>,
|
||||
|
Reference in New Issue
Block a user