Remove use of obsolete BOOST_TT_BROKEN_COMPILER_SPEC

[SVN r86250]
This commit is contained in:
Stephen Kelly
2014-06-05 01:15:17 +03:00
committed by Peter Dimov
parent 220a11883c
commit a1c0cf8373
7 changed files with 0 additions and 13 deletions
Executable → Regular
-1
View File
@@ -35,7 +35,6 @@ struct X {
template <class T> operator T&() const;
};
BOOST_TT_BROKEN_COMPILER_SPEC(X)
int main()
{