From 3732bb538a160b591ee63b790e28599bd6865df1 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Sun, 22 Oct 2006 10:23:04 +0000 Subject: [PATCH] comeau, intel has problems with this [SVN r35689] --- test/sequence/filter_view.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/sequence/filter_view.cpp b/test/sequence/filter_view.cpp index 7f365545..4d54166e 100644 --- a/test/sequence/filter_view.cpp +++ b/test/sequence/filter_view.cpp @@ -92,7 +92,8 @@ main() } { - // $$$ JDG $$$ For some obscure reason, comeau 4.3.3 has problems with this. + // $$$ JDG $$$ For some obscure reason, EDG based compilers + // (e.g. comeau 4.3.3, intel) have problems with this. // vc7.1 and g++ are ok. The errors from comeau are useless. typedef vector_c vector_type;