1
0
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:
Olaf van der Spek 2020-04-13 11:48:36 +02:00 committed by GitHub
commit 20933752f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ print "#include <string>\n\n";
# Read in template file and print template as a string
# 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";
while (<>) {
chomp;