| Issue 167: | <:: alternate spelling causing failed compilation | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Compiling hx code that generates source with <:: What is the expected output? What do you see instead? warning: ‘<::’ cannot begin a template-argument list note: ‘<:’ is an alternate spelling for ‘[’. Insert whitespace between ‘<’ and ‘::’ What version of the product are you using? On what operating system? linux-mint 32bit Please provide any additional information below. This is easily fixed by changing <:: to < :: Compiling with -fpermissive as a g++ flag will also allow the compile to continue.
Jun 13, 2012
Project Member
#1
gameh...@gmail.com
Status:
Fixed
|