template expressions and visual studio 2005 c++
- by chris
I'd like to build the olb3d library with my visual studio 2005 compiler but this failes due to template errors.
To be more specific, the following expression seem to be a problem:
void function(T u[Lattice::d])
On the website of the project is stated that prpably my compiler is not capable of such complicated template expressions - one should…