Skip to content

Commit

Permalink
allow the use of StringCharFeatures in cpp meta examples
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed May 30, 2016
1 parent a144625 commit 5d3daab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/meta/generator/targets/cpp.json
Expand Up @@ -15,6 +15,7 @@
"Assign": "$name = $expr",
"Type": {
"RealFeatures": "DenseFeatures<float64_t>",
"StringCharFeatures": "CStringFeatures<char>",
"Default": "$type",
"bool": "bool",
"string": "char*",
Expand Down

0 comments on commit 5d3daab

Please sign in to comment.