This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
incompatibility between g++ and vc++: Mutex
- From: Vincent Torri <torri at math dot u-strasbg dot fr>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 18 Jun 2004 23:24:31 +0200 (MEST)
- Subject: incompatibility between g++ and vc++: Mutex
Hello,
i have another problem with this line:
Mutex first & = &other < this ? mutex_: other.mutex_;
There's an error with g++ (and none with vc++) :
error: syntax error before `;' token
I don't understand why this does not work with a mutex.
Could someoe help me ?
Thanks !
Vincent TORRI