Changeset c565d68 for tests/collections/string-istream-manip.cfa
- Timestamp:
- Oct 13, 2024, 1:15:29 PM (5 weeks ago)
- Branches:
- master
- Children:
- 4e0168a
- Parents:
- 1a7203d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/collections/string-istream-manip.cfa
r1a7203d rc565d68 10 10 // The test cases that use plainjane(-) are exercising the via-manipulator code path, 11 11 // just with trivial manipulation. 12 static _Istream_Sstr plainjane( string & s ) { return (_Istream_Sstr)@{ s, {{0p}, -1, {.flags.rwd :false}} }; }13 static _Istream_Rstr plainjane( string_res & s ) { return (_Istream_Rstr)@{ &s, {{0p}, -1, {.flags.rwd :false}} }; }12 static _Istream_Sstr plainjane( string & s ) { return (_Istream_Sstr)@{ s, {{0p}, -1, {.flags.rwd = false}} }; } 13 static _Istream_Rstr plainjane( string_res & s ) { return (_Istream_Rstr)@{ &s, {{0p}, -1, {.flags.rwd = false}} }; } 14 14 15 15 static void forceStringHeapFreeSpaceTo(int desiredSize) {
Note: See TracChangeset
for help on using the changeset viewer.