[Issue 16243] wrong C++ argument passing with empty struct and 6 integers

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16243 --- Comment #8 from Jacob Carlborg --- (In reply to Martin Nowak from comment #7) > We also have that issue with GCC5's C++ ABI change > (http://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/), so > detecting the actual compiler might b

[Issue 16243] wrong C++ argument passing with empty struct and 6 integers

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16243 Martin Nowak changed: What|Removed |Added CC||bra...@puremagic.com --- Comment #7 from Mart

[Issue 16086] Imported function name shadows alias this member

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16086 Martin Nowak changed: What|Removed |Added Priority|P1 |P2 Severity|regression

[Issue 15897] private base class method not seen through derived class

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15897 Martin Nowak changed: What|Removed |Added CC||renezwanenb...@gmail.com --- Comment #20 from

[Issue 15983] [REG 2.071] Symbol visibility in derived classes

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15983 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15897] private base class method not seen through derived class

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15897 --- Comment #19 from Martin Nowak --- (In reply to Sophie from comment #18) > Isn't this what the "protected" access modifier is for? Yes, protected would be the choice for inheriting a function. Here the question was whether a private member of a

[Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15903 --- Comment #7 from Martin Nowak --- (In reply to Martin Nowak from comment #6) > Comment 3 is clearly a duplicate of issue 15000. issue 15900 --

[Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15903 Martin Nowak changed: What|Removed |Added Hardware|x86 |All OS|Mac OS X

[Issue 16486] Compiler see template alias like a separate type in template function definition

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16486 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #1 from a

[Issue 16487] New: Add function to obtain the available disk space

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16487 Issue ID: 16487 Summary: Add function to obtain the available disk space Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 11331] Inefficient initialization of struct with members = void

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11331 gyroh...@gmail.com changed: What|Removed |Added CC||gyroh...@gmail.com --- Comment #5 from g

[Issue 16486] Compiler see template alias like a separate type in template function definition

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16486 b2.t...@gmx.com changed: What|Removed |Added Hardware|x86_64 |All OS|Windows

[Issue 16465] Template alias does not get unwrapped in templated functions

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16465 --- Comment #8 from Sky Thirteenth --- (In reply to b2.temp from comment #7) > (In reply to Sky Thirteenth from comment #6) > > (In reply to b2.temp from comment #5) > > > I confirm the misunderstanding. If you permit I would suggest you to close > >

[Issue 16486] New: Compiler see template alias like a separate type in template function definition

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16486 Issue ID: 16486 Summary: Compiler see template alias like a separate type in template function definition Product: D Version: D2 Hardware: x86_64 OS: Windows

[Issue 16465] Template alias does not get unwrapped in templated functions

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16465 --- Comment #7 from b2.t...@gmx.com --- (In reply to Sky Thirteenth from comment #6) > (In reply to b2.temp from comment #5) > > I confirm the misunderstanding. If you permit I would suggest you to close > > this one but to open a new issue using your

[Issue 16465] Template alias does not get unwrapped in templated functions

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16465 --- Comment #6 from Sky Thirteenth --- (In reply to b2.temp from comment #5) > I confirm the misunderstanding. If you permit I would suggest you to close > this one but to open a new issue using your second example. The first one > really represented

[Issue 16465] Template alias does not get unwrapped in templated functions

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16465 --- Comment #5 from b2.t...@gmx.com --- I confirm the misunderstanding. If you permit I would suggest you to close this one but to open a new issue using your second example. The first one really represented issue 6082. The second is perfectly clear.

[Issue 16465] Template alias does not get unwrapped in templated functions

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16465 Sky Thirteenth changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Issue 16465] Template alias does not get unwrapped in templated functions

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16465 --- Comment #3 from Sky Thirteenth --- (In reply to b2.temp from comment #2) > This is not a bug, this is issue 6082. IFTI doesn't support this yet. > > *** This issue has been marked as a duplicate of issue 6082 *** Sorry, but not we have some mis

[Issue 6082] Constructors of templated types should be callable via IFTI

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6082 b2.t...@gmx.com changed: What|Removed |Added CC||sky.13th...@gmail.com --- Comment #3 from b2

[Issue 16465] Template alias does not get unwrapped in templated functions

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16465 b2.t...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16465] Template alias does not get unwrapped in templated functions

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16465 b2.t...@gmx.com changed: What|Removed |Added Hardware|x86_64 |All OS|Windows

[Issue 16465] Template alias does not get unwrapped in templated functions

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16465 Sky Thirteenth changed: What|Removed |Added Severity|normal |major --