Changeset eba9d27


Ignore:
Timestamp:
Jul 12, 2021, 1:41:39 PM (3 years ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
cf444b6
Parents:
4ae968e
Message:

fixed incorrect copy ctor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/locks.hfa

    r4ae968e reba9d27  
    276276static inline void  ?{}( linear_backoff_then_block_lock & this ) { this{4, 1024, 16, 0}; }
    277277static inline void ^?{}( linear_backoff_then_block_lock & this ) {}
    278 //static inline void ?{}( linear_backoff_then_block_lock & this, linear_backoff_then_block_lock & this2 ) = void;
    279 static inline void ?=?( linear_backoff_then_block_lock & this, linear_backoff_then_block_lock & this2 ) = void;
     278static inline void ?{}( linear_backoff_then_block_lock & this, linear_backoff_then_block_lock this2 ) = void;
     279static inline void ?=?( linear_backoff_then_block_lock & this, linear_backoff_then_block_lock this2 ) = void;
    280280
    281281static inline bool internal_try_lock(linear_backoff_then_block_lock & this, size_t & compare_val) with(this) {
Note: See TracChangeset for help on using the changeset viewer.