Menu

operator ++/-- on mutex disappeared

Help
2002-01-02
2002-01-06
  • Anders Backman

    Anders Backman - 2002-01-02

    Im using ++mutex and --mutex operators in my code.
    Now suddenly when Im using 1.9.3 instead of 1.9.1 of cc++ the operators have disappeared.

    Reason for this?

     
    • Anders Backman

      Anders Backman - 2002-01-02

      Forget it.
      It was changed from 1.5 to 1.9.

       
    • Frediano Ziglio

      Frediano Ziglio - 2002-01-06

      Yes, this is a back-incompatible change...
      I made the change...
      Why? Simply the class had got 2 interface, so I remove less readable one.

      I suggest you to use the MutexLock class because is also exception safe.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.