This patch brings in my changed settings and the code generation setup (artifacts definition), without any changes to the /content/ of the model
17 lines
232 B
Text
17 lines
232 B
Text
// "a type" "needed cpp_includes"
|
|
"vector" "#include <vector>
|
|
|
|
using namespace std;"
|
|
|
|
"list" "#include <list>
|
|
|
|
using namespace std;"
|
|
|
|
"map" "#include <map>
|
|
|
|
using namespace std;"
|
|
|
|
"string" "#include <string>
|
|
|
|
using namespace std;"
|
|
|