? A.diff
? ChangeLog
Index: filter_view.hpp
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/view/filter_view.hpp,v
retrieving revision 1.4
diff -u -r1.4 filter_view.hpp
--- filter_view.hpp	13 Apr 2004 18:59:02 -0000	1.4
+++ filter_view.hpp	14 Apr 2004 05:43:01 -0000
@@ -35,7 +35,7 @@
   typedef filter_view<ContainerT,PredicateT> self_type;
 
   /// The type of the underlying container.
-  typedef ownership::wrap<ContainerT>::domain domain_type;
+  typedef typename ownership::wrap<ContainerT>::domain domain_type;
 
   /// @name The iterator/container traits types.
   //@{    
@@ -115,7 +115,7 @@
   // since filter_iterator is forward only.
 
 private:
-  ownership::wrap<ContainerT>::type data;
+  typename ownership::wrap<ContainerT>::type data;
   PredicateT p;
 };
 
