~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): tony mancill, Frank B. Brokken, tony mancill
  • Date: 2014-01-18 08:55:27 UTC
  • mfrom: (1.1.26)
  • Revision ID: package-import@ubuntu.com-20140118085527-ph5upqqn423cmnmz
Tags: 9.8.0-1
[ Frank B. Brokken ]
* New upstream release, adds a section about static polymorphism, removes
  the concrete/a2x section, and removes C++11 indicators from the section
  headers. 

[ tony mancill ]
* Use debhelper 9.
* Tweak build-deps for g++ to use >= 4.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    includefile(first/lvalues)
41
41
END)
42
42
 
43
 
    lsubsect(RREF)(Rvalue References (C++11))
 
43
    lsubsect(RREF)(Rvalue References)
44
44
    includefile(first/rvalueref)
45
45
 
46
 
    subsect(Strongly typed enumerations (C++11))
 
46
    subsect(Strongly typed enumerations)
47
47
    includefile(first/stronglytyped)
48
48
 
49
 
    subsect(Initializer lists (C++11))
 
49
    subsect(Initializer lists)
50
50
    includefile(first/initializer)
51
51
 
52
 
    lsubsect(AUTO)(Type inference using `auto' (C++11))
 
52
    lsubsect(AUTO)(Type inference using `auto')
53
53
    includefile(first/typeinference)
54
54
 
55
 
    subsect(Defining types and 'using' declarations (C++11))
 
55
    subsect(Defining types and 'using' declarations)
56
56
    includefile(first/using)
57
57
 
58
 
    subsect(Range-based for-loops (C++11))
 
58
    subsect(Range-based for-loops)
59
59
    includefile(first/rangebased)
60
60
 
61
 
    subsect(Raw String Literals (C++11))
 
61
    subsect(Raw String Literals)
62
62
    includefile(first/rawstring)
63
63
 
64
64
sect(New language-defined data types)
70
70
    lsubsect(WCHAR)(The data type `wchar_t')
71
71
    includefile(first/wchar)
72
72
 
73
 
    lsubsect(UNICODE)(Unicode encoding (C++11))
 
73
    lsubsect(UNICODE)(Unicode encoding)
74
74
    includefile(first/unicode)
75
75
 
76
 
    subsect(The data type `long long int' (C++11))
 
76
    subsect(The data type `long long int')
77
77
    includefile(first/longlongint)
78
78
 
79
79
    subsect(The data type `size_t')