projdesign/cpp_includes

Tue, 04 Aug 2009 18:12:44 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 04 Aug 2009 18:12:44 +0200
changeset 13
47ce95feb61a
permissions
-rw-r--r--

Include project documents (plan, SRS, design) in distribution.

     1 // "a type" "needed cpp_includes"
     2 "vector" "#include <vector>
     3 using namespace std;"
     5 "list" "#include <list>
     6 using namespace std;"
     8 "map" "#include <map>
     9 using namespace std;"
    11 "string" "#include <string>
    12 using namespace std;"

mercurial