Changeset 49510db for tests/collections/vector-demo.cfa
- Timestamp:
- Jan 29, 2025, 9:09:20 AM (12 months ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- a22e8b4
- Parents:
- a950021 (diff), c699602 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
tests/collections/vector-demo.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/collections/vector-demo.cfa
ra950021 r49510db 96 96 #endif 97 97 98 // forbid calling a function that returns permit by value 99 #ifdef TRY_RETURN_PERMIT_BYVAL_1 98 100 // can declare function that returns permit (wish to forbid) 99 101 vector_permit(float) g( vector( float ) & theVec ) { … … 101 103 } 102 104 103 // forbid calling a function that returns permit by value104 #ifdef TRY_RETURN_PERMIT_BYVAL_1105 105 vector_permit(float) ofG = g( v ); // Unique best alternative includes deleted identifier 106 106 #endif 107 107 108 108 // allow declaration of permit, populating from exit 109 109 vector_exit(float) h( vector( float ) & theVec ) {
Note:
See TracChangeset
for help on using the changeset viewer.