[Issue 5080] New: breaking const-correctness with class/interface
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 19 04:29:28 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5080
Summary: breaking const-correctness with class/interface
Product: D
Version: D2
Platform: x86_64
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: k.hara.pg at gmail.com
--- Comment #0 from Kenji Hara <k.hara.pg at gmail.com> 2010-10-19 04:28:46 PDT ---
Result of attached test code is follows:
----
part1 ----
true, false, false, false, false
true, true, false, false, true
false, false, true, true, false
false, false, true, true, false
false, false, false, false, true
part2 ----
true, false, false, false, false
true, true, false, false, true
false, false, true, true, false
false, false, true, true, false
false, false, false, false, true
part3 ----
true, true, true, true, true
true, true, true, true, true
true, true, true, true, true
true, true, true, true, true
true, true, true, true, true
----
I discovered two issues.
Part 1 & 2:
Shared const should not be implicitly convertible to shared, is it?
Part 3:
All of them are completely broken.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list