Changeset b8b64c34 for tests/raii/init_once.cfa
- Timestamp:
- Feb 27, 2025, 3:17:20 PM (5 weeks ago)
- Branches:
- master
- Children:
- 3483185
- Parents:
- 9506c70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/raii/init_once.cfa ¶
r9506c70 rb8b64c34 75 75 } 76 76 77 void ?{}(init_once & x, init_once other) {77 void ?{}(init_once & x, init_once) { 78 78 x{}; // reuse default ctor 79 79 } … … 131 131 init_once x; 132 132 init_once y = x; 133 } // fall through 133 } 134 fallthrough; 134 135 default: { 135 136 init_once x;
Note: See TracChangeset
for help on using the changeset viewer.