Ignore:
Timestamp:
Sep 25, 2017, 11:34:18 AM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
596bc0a
Parents:
e2f7bc3
Message:

Added waitfor test for else clauses and fixed corresponding errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/invoke.h

    re2f7bc3 r4cc9b13  
    125125
    126126            static inline bool ?==?( const __monitor_group_t & lhs, const __monitor_group_t & rhs ) {
     127                  if( (lhs.list != 0) != (rhs.list != 0) ) return false;
    127128                  if( lhs.size != rhs.size ) return false;
    128129                  if( lhs.func != rhs.func ) return false;
Note: See TracChangeset for help on using the changeset viewer.