[D-runtime] [D-Programming-Language/druntime] 1cd90c: Added note to equals_t and hash_t.
GitHub
noreply at github.com
Sun Oct 14 00:52:42 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 1cd90c7165c25751abb355dee16c67a895a065c2
https://github.com/D-Programming-Language/druntime/commit/1cd90c7165c25751abb355dee16c67a895a065c2
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-10-13 (Sat, 13 Oct 2012)
Changed paths:
M src/object_.d
Log Message:
-----------
Added note to equals_t and hash_t.
Apparently, some people are mistakenly thinking that they should be
using these rather than bool and size_t (TDPL doesn't even mention
equals_t and hash_t), so it seems that a note about them being only
meant for backwards compatability is in order.
Commit: f476bf21d415d05fce2919fb5654d54cba12234d
https://github.com/D-Programming-Language/druntime/commit/f476bf21d415d05fce2919fb5654d54cba12234d
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2012-10-14 (Sun, 14 Oct 2012)
Changed paths:
M src/object_.d
Log Message:
-----------
Merge pull request #323 from jmdavis/equals_t
Added note to equals_t and hash_t.
Compare: https://github.com/D-Programming-Language/druntime/compare/fc45de1d089a...f476bf21d415
More information about the D-runtime
mailing list