Thread overview
[Issue 16485] Add trait for determining whether a member variable is static or not
Oct 03, 2016
Jonathan M Davis
Dec 23, 2016
RazvanN
Jul 11, 2017
RazvanN
October 03, 2016
https://issues.dlang.org/show_bug.cgi?id=16485

--- Comment #1 from Jonathan M Davis <issues.dlang@jmdavisProg.com> ---
https://github.com/dlang/phobos/pull/4834

--
December 23, 2016
https://issues.dlang.org/show_bug.cgi?id=16485

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |trivial
                 CC|                            |razvan.nitu1305@gmail.com

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

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

https://github.com/dlang/phobos/commit/d79da1d3cac16043b3599a234875c20c9a9e7b0c Issue 16485 - Add trait for testing if a member is static.

https://github.com/dlang/phobos/commit/eb92dc9a88cc8e3a787a6347bc7c58df62af2637 Merge pull request #5112 from sprinkle131313/is-static-member

Issue 16485 - Add trait for testing if a member is static. merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>

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

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/d79da1d3cac16043b3599a234875c20c9a9e7b0c Issue 16485 - Add trait for testing if a member is static.

https://github.com/dlang/phobos/commit/eb92dc9a88cc8e3a787a6347bc7c58df62af2637 Merge pull request #5112 from sprinkle131313/is-static-member

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

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=16485

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/d79da1d3cac16043b3599a234875c20c9a9e7b0c Issue 16485 - Add trait for testing if a member is static.

https://github.com/dlang/phobos/commit/eb92dc9a88cc8e3a787a6347bc7c58df62af2637 Merge pull request #5112 from sprinkle131313/is-static-member

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=16485

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/d79da1d3cac16043b3599a234875c20c9a9e7b0c Issue 16485 - Add trait for testing if a member is static.

https://github.com/dlang/phobos/commit/eb92dc9a88cc8e3a787a6347bc7c58df62af2637 Merge pull request #5112 from sprinkle131313/is-static-member

--