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

« back to all changes in this revision

Viewing changes to yo/first.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:
31
31
    subsect(References)
32
32
    includefile(first/references)
33
33
 
 
34
COMMENT( WIP
 
35
    to 'changelog':
 
36
  * Added new section (Lvalues, rvalues and more, first/lvalues.yo) about
 
37
    various kinds of values distinguished by C++
 
38
 
 
39
    subsect(Lvalues, Rvalues and more)
 
40
    includefile(first/lvalues)
 
41
END)
 
42
 
34
43
    lsubsect(RREF)(Rvalue References (C++11))
35
44
    includefile(first/rvalueref)
36
45
 
43
52
    lsubsect(AUTO)(Type inference using `auto' (C++11))
44
53
    includefile(first/typeinference)
45
54
 
46
 
    subsect(Defining types and 'using' declarations (C++11, 4.7))
 
55
    subsect(Defining types and 'using' declarations (C++11))
47
56
    includefile(first/using)
48
57
 
49
58
    subsect(Range-based for-loops (C++11))