mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 00:22:11 +02:00
@ -32,7 +32,6 @@
|
||||
#include <vector>
|
||||
#include <stdlib.h>
|
||||
#include <set>
|
||||
#include <iterator>
|
||||
|
||||
#if !defined(__SGI_STL_PORT) \
|
||||
&& (defined(BOOST_MSVC_STD_ITERATOR) \
|
||||
@ -165,7 +164,7 @@ main()
|
||||
|
||||
BOOST_STATIC_ASSERT(
|
||||
has_element_type<
|
||||
std::iterator_traits<shared_t::iterator>::value_type
|
||||
boost::detail::iterator_traits<shared_t::iterator>::value_type
|
||||
>::value
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user