[phobos] [D-Programming-Language/phobos] 4924d9: Fix issue 10165 (rework of PR #1302)
GitHub via phobos
phobos at puremagic.com
Thu Sep 4 11:46:58 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 4924d9ad240ef3b7ae4a099bad8b6e928e697069
https://github.com/D-Programming-Language/phobos/commit/4924d9ad240ef3b7ae4a099bad8b6e928e697069
Author: Dicebot <public at dicebot.lv>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M std/typecons.d
Log Message:
-----------
Fix issue 10165 (rework of PR #1302)
http://issues.dlang.org/show_bug.cgi?id=10165
Issue 10165: No syntax to create thread-local shared variables
Adds `UnqualRef` templated alias/struct that is similar to Rebindable but
strips away all qualifiers completely (including shared)
Commit: 3b62411d2ccdfe9eb2b7c8c8ea4efb150767eefe
https://github.com/D-Programming-Language/phobos/commit/3b62411d2ccdfe9eb2b7c8c8ea4efb150767eefe
Author: Dicebot <public at dicebot.lv>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M std/typecons.d
Log Message:
-----------
Add @nogc to RebindableCommon methods
Commit: 6ec8c5264082fe61bdfa6edf23e75732bff27438
https://github.com/D-Programming-Language/phobos/commit/6ec8c5264082fe61bdfa6edf23e75732bff27438
Author: Dicebot <public at dicebot.lv>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M std/typecons.d
Log Message:
-----------
Reverse static condition in Rebindable/RefUnqual
Commit: 3dda37428fe49ce76e5e8a6aa120054f836a1024
https://github.com/D-Programming-Language/phobos/commit/3dda37428fe49ce76e5e8a6aa120054f836a1024
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-09-04 (Thu, 04 Sep 2014)
Changed paths:
M std/typecons.d
Log Message:
-----------
Merge pull request #2342 from Dicebot/ref-unqual
Fix issue 10165 (rework of PR #1302)
Compare: https://github.com/D-Programming-Language/phobos/compare/a519789db11f...3dda37428fe4
More information about the phobos
mailing list