> You're right, Wolfgang. I've implemented a custom comparison operator and > it works fine now. Thanks. > > I find it quite strange though that it worked with no complaints with the > gcc compiler.
The current draft standard for C++ requires these operators (section 20.4.2.7) but it may be that Intel has simply not implemented them yet. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
