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;