Changeset a8367eb for libcfa/src
- Timestamp:
- Sep 16, 2021, 2:21:12 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 4d8fbf4
- Parents:
- ce9f9d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/mutex_stmt.hfa
rce9f9d4 ra8367eb 40 40 } 41 41 } 42 43 static inline L * __get_ptr( L & this ) { 44 return &this; 45 } 46 47 static inline L __get_type( L & this ); 48 49 static inline L __get_type( L * this ); 42 50 }
Note: See TracChangeset
for help on using the changeset viewer.