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

« back to all changes in this revision

Viewing changes to yo/memory/pod.yo

  • Committer: Package Import Robot
  • Author(s): tony mancill, Frank B. Brokken, tony mancill
  • Date: 2012-02-28 00:50:21 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20120228005021-sz7nnodntkvgh7qf
Tags: 9.2.1-1
[ Frank B. Brokken ]
* New upstream release (using flexc++, reauthored polymorphic semantic
  values and unrestricted unions). Upstream release 9.2.0 is implied by
  this release.

[ tony mancill ]
* Set Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
       If a type has some emi(trivial member) then the type (or its base
18
18
        class(es), cf. chapter ref(INHERITANCE)) does not explicitly define
19
19
        that member. Rather, it is supplied by the compiler. A trivial default
20
 
        constructor leaves all its non-class data members unitialized and 
 
20
        constructor leaves all its non-class data members unitialized and
21
21
        calls the default constructors of all its class data members. A class
22
22
        having a trivial default constructor does not define any constructor
23
23
        at all (nor does/do its base class/classes). It may also define the