Skip to content

Commit

Permalink
Add -std=c++11 for ag++
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Oct 21, 2019
1 parent 0d81b13 commit ba54b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code-gen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ class ALGOL68_Ante_AspectCpp < CodeGen
Cmd = [
"a68g QR.a68 > OUTFILE",
"ruby vendor/ante.rb QR.ante > OUTFILE",
"ag++ -o QR QR.cc && ./QR > OUTFILE",
"ag++ -std=c++11 -o QR QR.cc && ./QR > OUTFILE",
]
Apt = ["algol68g", nil, "aspectc++"]
def code
Expand Down

0 comments on commit ba54b4e

Please sign in to comment.