Changeset d3cf623 for tests/exceptions/cancel/thread.cfa
- Timestamp:
- Dec 20, 2024, 10:52:16 AM (5 weeks ago)
- Branches:
- master
- Children:
- b05d79d
- Parents:
- df91e15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/cancel/thread.cfa
rdf91e15 rd3cf623 9 9 thread WillCancel {}; 10 10 11 const char * msg(ThreadCancelled(WillCancel) * this) {11 const char * msg(ThreadCancelled(WillCancel) *) { 12 12 return "ThreadCancelled(WillCancel)"; 13 13 } … … 52 52 } 53 53 54 int main( int argc, char * argv[]) {54 int main() { 55 55 sout | nlOff; 56 56 explicit();
Note: See TracChangeset
for help on using the changeset viewer.