You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the new advector.h from the 2.4.1 version. My intel compiler mpiicpc complains about ambiguous vector definition at lines 115, 117 & 118. It fixed it in my version by adding std:: in from of the vector.
It crashes since we already defined a C struct named exactly vector in our code.
Please advise if you had a better idea for a fix,
thank you,
Antoine
The text was updated successfully, but these errors were encountered:
Issue created by migration from Trac.
Original creator: ad007804
Original creation time: 2013-03-22 20:32:37
Assignee: @awalther1
Version:
Keywords: advector
Hi,
I am trying to use the new advector.h from the 2.4.1 version. My intel compiler mpiicpc complains about ambiguous vector definition at lines 115, 117 & 118. It fixed it in my version by adding std:: in from of the vector.
It crashes since we already defined a C struct named exactly vector in our code.
Please advise if you had a better idea for a fix,
thank you,
Antoine
The text was updated successfully, but these errors were encountered: