~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty

« back to all changes in this revision

Viewing changes to yo/memory/assignment.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2013-05-30 13:32:18 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130530133218-k39mr5uredd093jr
Tags: 9.7.2-1
New upstream release, repairs several minor left-over flaws.
This release incorporates 9.7.0 and 9.7.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    }
26
26
        )
27
27
    tt(Person)'s data members are initialized to zeroes or to copies of the
28
 
ASCII-Z strings passed to tt(Person)'s constructor, using some variant of
 
28
NTB strings passed to tt(Person)'s constructor, using some variant of
29
29
ti(strdup). The allocated memory is eventually returned by tt(Person)'s
30
30
destructor.
31
31