[Issue 11344] [2.064 beta] Error: object.destroy called with argument types matches both

2013-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11344 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 11344] [2.064 beta] Error: object.destroy called with argument types matches both

2013-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11344 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11344] [2.064 beta] Error: object.destroy called with argument types matches both

2013-10-28 Thread d-bugmail
/ed48ca3ae8f54381314682c47422beea18579ecd fix Issue 11344 - [2.064 beta] Error: object.destroy called with argument types matches both https://github.com/D-Programming-Language/druntime/commit/330e19d0acebbce2f35ac2d3d550a61b0252e473 Merge pull request #647 from WalterBright/fix11344 fix Issue 11344 - Error: object.destroy

[Issue 11344] [2.064 beta] Error: object.destroy called with argument types matches both

2013-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11344 --- Comment #5 from github-bugzi...@puremagic.com 2013-10-28 18:33:31 PDT --- Commit pushed to 2.064 at https://github.com/D-Programming-Language/druntime

[Issue 11344] [2.064 beta] Error: object.destroy called with argument types matches both

2013-10-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11344 --- Comment #2 from rswhi...@googlemail.com 2013-10-25 02:08:16 PDT --- Seems that there is something wrong with the array specialization. This prints almost the same error messages: - import std.stdio; struct vec2f { public: float[2]

[Issue 11344] [2.064 beta] Error: object.destroy called with argument types matches both

2013-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11344 --- Comment #1 from rswhi...@googlemail.com 2013-10-24 13:42:23 PDT --- I reduced it. This code fails in dmd 2.063.2 and dmd 2.064 beta: import std.stdio; struct vec2f { public: float[2] values; alias values this; } void