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

« back to all changes in this revision

Viewing changes to yo/memory/initialization.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2012-01-20 11:53:17 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20120120115317-v4wiq9sttx72fabk
Tags: 9.1.0-1
New upstream release (covering C++11 to a large extend)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    The reason for the `(almost)' is given in section ref(MOVECONS).
53
53
 
54
54
    The copy constructor made available by the compiler is also called the
55
 
i(trivial copy constructor). Starting with the C++0x standard it can easily be
 
55
i(trivial copy constructor). Starting with the C++11 standard it can easily be
56
56
suppressed (using the tt(= delete) idiom). The trivial copy constructor
57
57
performs a byte-wise copy operation of the existing object's primitive data to
58
58
the newly created object, calls copy constructors to intialize the object's