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

« back to all changes in this revision

Viewing changes to yo/overloading/binary.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:
45
45
section ref(EXPLICIT), constructors expecting a single argument may be
46
46
implicitly activated when an argument of an appropriate type is
47
47
provided. We've encountered this repeatedly with tt(std::string) objects,
48
 
where an tt(ASCII-Z) string may be used to initialize a tt(std::string)
49
 
object.
 
48
where an NTBS may be used to initialize a tt(std::string) object.
50
49
 
51
50
    Analogously, in statement tt(// 1), the tt(+) operator is called for the
52
51
tt(b2) object. This operator expects another tt(Binary) object as its right