From b8ccd48fa3218e494da712114fcbd3c43acb3ed0 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 21 Jan 2001 06:20:20 +0000 Subject: [PATCH] Moved type<> to boost/type.hpp [SVN r8678] --- include/boost/pending/iterator_adaptors.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/boost/pending/iterator_adaptors.hpp b/include/boost/pending/iterator_adaptors.hpp index 379762b..121c47f 100644 --- a/include/boost/pending/iterator_adaptors.hpp +++ b/include/boost/pending/iterator_adaptors.hpp @@ -17,6 +17,7 @@ #include #include #include +#include // I was having some problems with VC6. I couldn't tell whether our hack for // stock GCC was causing problems so I needed an easy way to turn it on and @@ -28,11 +29,6 @@ namespace boost { -// Just a "type envelope"; works around some MSVC deficiencies. -template -struct type {}; - - //============================================================================ // Concept checking classes that express the requirements for iterator // policies and adapted types. These classes are mostly for