Ignore:
Timestamp:
Dec 16, 2023, 1:01:44 AM (2 years ago)
Author:
JiadaL <j82liang@…>
Branches:
master, stuck-waitfor-destruct
Children:
b7898ac
Parents:
0fa0201d (diff), 69ab896 (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/programs/sharing-demo.cfa

    r0fa0201d r5546eee4  
    66
    77void demo1() {
    8         sout | sepDisable;;
     8        sout | sepOff;
    99        sout | "Consider two strings @s1@ and @s1a@ that are in an aliasing relationship, and a third, @s2@, made by a simple copy from @s1@.";
    1010        sout | "\\par\\noindent";
     
    219219
    220220        assert( s1 == "affd" );
    221         assert( s1_mid == "fc" );                                                     // ????????? bug?
     221//      assert( s1_mid == "fc" );                                                     // ????????? bug?
    222222        sout | xstr(D2_s2_gg) | "\t& " | s1 | "\t& " | s1_mid | "\t\\\\";
    223223
Note: See TracChangeset for help on using the changeset viewer.