mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-09-28 19:05:49 +08:00
Merge pull request #141 from tinytrashbin/master
Fixed compilation error - string doesn't name a type
This commit is contained in:
commit
20933752f7
|
@ -80,7 +80,7 @@ print "#include <string>\n\n";
|
||||||
|
|
||||||
# Read in template file and print template as a string
|
# Read in template file and print template as a string
|
||||||
# MOE:begin_strip
|
# MOE:begin_strip
|
||||||
print "const string ${base_name} (\n";
|
print "const std::string ${base_name} (\n";
|
||||||
# MOE:end_strip_and_replace print "const std::string ${base_name} (\n";
|
# MOE:end_strip_and_replace print "const std::string ${base_name} (\n";
|
||||||
while (<>) {
|
while (<>) {
|
||||||
chomp;
|
chomp;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user