forked from boostorg/iterator
Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC
[SVN r86250]
This commit is contained in:
committed by
Daniel James
parent
d8284fa602
commit
a803b5b42d
@ -25,7 +25,6 @@
|
||||
# include <boost/static_assert.hpp>
|
||||
# include <boost/concept_archetype.hpp> // for detail::dummy_constructor
|
||||
# include <boost/implicit_cast.hpp>
|
||||
# include <boost/type_traits/broken_compiler_spec.hpp>
|
||||
|
||||
namespace boost {
|
||||
|
||||
@ -41,8 +40,6 @@ struct dummyT {
|
||||
|
||||
}
|
||||
|
||||
BOOST_TT_BROKEN_COMPILER_SPEC(boost::dummyT)
|
||||
|
||||
namespace boost {
|
||||
|
||||
// Tests whether type Iterator satisfies the requirements for a
|
||||
|
Reference in New Issue
Block a user