Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC

[SVN r86250]
This commit is contained in:
Stephen Kelly
2013-10-11 23:23:26 +00:00
committed by Daniel James
parent d8284fa602
commit a803b5b42d
7 changed files with 0 additions and 13 deletions

View File

@ -53,7 +53,6 @@ template <int I> struct see_val;
struct my_iterator_tag : public std::random_access_iterator_tag { };
using boost::dummyT;
BOOST_TT_BROKEN_COMPILER_SPEC(boost::shared_ptr<dummyT>)
typedef std::vector<int> storage;
typedef std::vector<int*> pointer_ra_container;