Thread overview
[Issue 12580] [REG2.066a] dup() won't accept void[]
Apr 15, 2014
Vladimir Panteleev
Apr 15, 2014
Walter Bright
Apr 15, 2014
Walter Bright
April 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12580

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Introduced in https://github.com/D-Programming-Language/dmd/pull/3451

--
April 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12580

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
It's not a problem with the compiler, it's a problem with the dup() template in
object.di.

--
April 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12580

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
Bug introduced by https://github.com/D-Programming-Language/druntime/pull/760

--
April 17, 2014
https://issues.dlang.org/show_bug.cgi?id=12580

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/363228b16c2273ebe00d417fb0dfe037bb6ca109 fix Issue 12580 - dup() won't accept void[]

https://github.com/D-Programming-Language/druntime/commit/1bd25dfe2d34a2af4a5b181326d95f4bc3b184ca Merge pull request #766 from MartinNowak/fix12580

fix Issue 12580 - dup() won't accept void[]

--