comeau, intel has problems with this

[SVN r35689]
This commit is contained in:
Joel de Guzman
2006-10-22 10:23:04 +00:00
parent fc434bd837
commit 3732bb538a

View File

@ -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<int, 5, 1, 2, 3, 6, 0, -1> vector_type;