Thread overview
[Issue 17076] [scope] compiling identity function template with -dip1000 causes error
Jan 09, 2017
Walter Bright
Jul 21, 2017
Vladimir Panteleev
January 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17076

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6420

--
January 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17076

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e11a1cd13ce6450bb3b2ec91da267e2b7547fe24 Merge pull request #6420 from WalterBright/ret-ptrs

[scope] fix Issue 17076 don't infer 'return' if return type doesn't have pointers

--
January 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17076

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e11a1cd13ce6450bb3b2ec91da267e2b7547fe24 Merge pull request #6420 from WalterBright/ret-ptrs

--
March 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17076

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e11a1cd13ce6450bb3b2ec91da267e2b7547fe24 Merge pull request #6420 from WalterBright/ret-ptrs

--
July 21, 2017
https://issues.dlang.org/show_bug.cgi?id=17076

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=8914

--