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

1
test/pointee.cpp Executable file → Normal file
View File

@ -35,7 +35,6 @@ struct X {
template <class T> operator T&() const;
};
BOOST_TT_BROKEN_COMPILER_SPEC(X)
int main()
{