unnecessary "typename" causing gcc3.4 to fail removed

[SVN r22450]
This commit is contained in:
Pavol Droba
2004-03-07 14:00:21 +00:00
parent 6f22693df6
commit c945d5ba7b

View File

@ -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>,