diff options
Diffstat (limited to 'boost/type_erasure/operators.hpp')
-rw-r--r-- | boost/type_erasure/operators.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/boost/type_erasure/operators.hpp b/boost/type_erasure/operators.hpp index 97fddbfbc6..059f41e091 100644 --- a/boost/type_erasure/operators.hpp +++ b/boost/type_erasure/operators.hpp @@ -28,9 +28,6 @@ namespace boost { namespace type_erasure { -template<class Concept, class Placeholder> -class any; - /** INTERNAL ONLY */ #define BOOST_TYPE_ERASURE_UNARY_INPLACE_OPERATOR(name, op) \ template<class T = _self> \ |