[Issue 4867] [GSoC] Postblit is not usable with const objects

2019-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4867

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |WONTFIX

--- Comment #4 from RazvanN  ---
We have copy constructor now so this is not going to get fix.

--


[Issue 4867] [GSoC] Postblit is not usable with const objects

2012-11-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4867


Denis Shelomovskij verylonglogin@gmail.com changed:

   What|Removed |Added

 CC||verylonglogin@gmail.com


--- Comment #3 from Denis Shelomovskij verylonglogin@gmail.com 2012-11-03 
16:53:04 MSK ---
(In reply to comment #2)
 But, this behavior temporarily allows breaking const correctness inside 
 mutable
 postblit.
 Therefore, I don't close this issue.

Consolidated into Issue 8956.

Do not close this issue as a duplicate because it is another issue. E.g. it can
be closed as WONTFIX if postblits will become qualifier-overloadable.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4867] [GSoC] Postblit is not usable with const objects

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4867



--- Comment #2 from Kenji Hara k.hara...@gmail.com 2011-10-09 04:17:47 PDT ---
https://github.com/D-Programming-Language/dmd/commit/eb7983c7215b51e5bb719803d48ccf2ed211ab5b

Now this issue is resolved, the mutable postblit is called on copied const
object.
But, this behavior temporarily allows breaking const correctness inside mutable
postblit.
Therefore, I don't close this issue.

Destructor has a similar problem, see bug 4338.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---