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

« back to all changes in this revision

Viewing changes to yo/intro/compiling.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2012-06-28 20:51:43 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20120628205143-ykeb4gph8bxuuagl
Tags: 9.4.0-1
New upstream release adds new section about std::make_shared

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
available in tt(g++ 4.6), unless indicated otherwise.
15
15
 
16
16
To use these features the i(compiler flag) ti(--std=c++0x) must currently be
17
 
provided. It is assumed that is flag is used when compiling the examples
 
17
provided. It is assumed that this flag is used when compiling the examples
18
18
given by the Annotations. The features of the C++11 standard may or may not be
19
19
available in tt(g++) versions before 4.6.
20
20