Changes in libcfa/src/concurrency/invoke.h [d25b2d6:304de00]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
rd25b2d6 r304de00 224 224 } 225 225 226 static inline $thread * volatile & ?`next ( $thread * this ) __attribute__((const)) { 227 return this->seqable.back; 228 } 229 226 230 static inline $thread *& Back( $thread * this ) __attribute__((const)) { 227 231 return this->seqable.back;
Note:
See TracChangeset
for help on using the changeset viewer.