Archive for 18. August 2007

ICC compiler warnings - discussion
Dear all, I've recently added extra warnings for ICC (Intel C/C++ compiler) and compiled my latest calitko branch (developers/s3rvac/calitko,142) with this compiler (using our compilation.py script). There are some warnings (more...)
Re: error: a template argument may not reference a local type
Hi Peter, I think the problem is caused by the two versions of getNodes(). There is a template and non-template one. It seems that the icc compiler prefers the template version (more...)
Re: error: a template argument may not reference a local type
Hi Petr, I think the problem is caused by the two versions of getNodes(). There is a template and non-template one. It seems that the icc compiler prefers the template version (more...)