[Issue 11276] Possibly spurious (did you forget a [] ?) error message

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 15 14:34:36 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11276


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-10-15 14:34:34 PDT ---
W.r.t. diagnostics, I've ran into the following when compiling msgpack-d:

-----
C:\dmd-git\dmd2\windows\bin\..\..\src\phobos\std\typecons.d(453): Warning:
explicit element-wise assign
ment (this._expand_field_3)[] = (another._expand_field_3)[] is better than
this._expand_field_3 = anoth
er._expand_field_3
C:\dmd-git\dmd2\windows\bin\..\..\src\phobos\std\typecons.d(453): Warning:
explicit element-wise assign
ment (this._expand_field_4)[] = (another._expand_field_4)[] is better than
this._expand_field_4 = anoth
er._expand_field_4
-----

It's again an odd diagnostic inside of Phobos. The issue and compile flags are
reported here:
https://github.com/msgpack/msgpack-d/issues/15

-- 
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