| Issue 17: | Operator = ambiguous | |
| 1 person starred this issue and may be notified of changes. | Back to list |
New issue 68 by adnez7: [CPP] operator = is ambiguous https://code.google.com/p/haxe/issues/detail?id=68 When trying to compile format/abc to cpp I get errors saying: 'operator =' is ambiguous De code causing this is lines like 309 in Reader.hx: https://code.google.com/p/hxformat/source/browse/trunk/format/abc/ Reader.hx#309 Main.hx: class Main { static function main() { var abcFile = new format.abc.Reader(new haxe.io.BytesInput(cpp.io.File.getBytes('global.abc'))).read();//error: 'operator =' is ambiguous } } build.hxml: Main -main Main -cpp bin -cp format # I also had to add a modified version of format/abc because it uses 'const' as an identifier which confuses cpp. An example can be found in this zip: http://haxer.be/zips/cpp_abcReader.zip Jan
Jul 29, 2010
Project Member
#1
gameh...@gmail.com
Jul 29, 2010
(No comment was entered for this change.)
Status:
Fixed
|