Ignore:
File:
1 edited

Legend:

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

    r304de00 rd25b2d6  
    224224                }
    225225
    226                 static inline $thread * volatile & ?`next ( $thread * this )  __attribute__((const)) {
    227                         return this->seqable.back;
    228                 }
    229 
    230226                static inline $thread *& Back( $thread * this ) __attribute__((const)) {
    231227                        return this->seqable.back;
Note: See TracChangeset for help on using the changeset viewer.