[D-runtime] [D-Programming-Language/druntime] 54a03a: core.atomic.isFloatingPoint should be private.
noreply at github.com
noreply at github.com
Wed Aug 31 11:21:01 PDT 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 54a03ae5a2f99b820b15d7d029f24aad0cb5257f
https://github.com/D-Programming-Language/druntime/commit/54a03ae5a2f99b820b15d7d029f24aad0cb5257f
Author: David Simcha <dsimcha at gmail.com>
Date: 2011-08-31 (Wed, 31 Aug 2011)
Changed paths:
M src/core/atomic.d
Log Message:
-----------
core.atomic.isFloatingPoint should be private.
Commit: 241533267ed8a8cae3430f05ff2d72b439764856
https://github.com/D-Programming-Language/druntime/commit/241533267ed8a8cae3430f05ff2d72b439764856
Author: David Simcha <dsimcha at gmail.com>
Date: 2011-08-31 (Wed, 31 Aug 2011)
Changed paths:
M src/core/atomic.d
Log Message:
-----------
On second thought, just use __traits directly even though it's a little ugly. Using private doesn't completely solve the annoying conflicts between std.traits and core.atomic, for reasons I don't understand.
Commit: 3440de41e2dcff4da12420c027ff32be171e2ea7
https://github.com/D-Programming-Language/druntime/commit/3440de41e2dcff4da12420c027ff32be171e2ea7
Author: Sean Kelly <sean at invisibleduck.org>
Date: 2011-08-31 (Wed, 31 Aug 2011)
Changed paths:
M src/core/atomic.d
Log Message:
-----------
Merge pull request #64 from dsimcha/master
core.atomic.isFloatingPoint should be private
Compare: https://github.com/D-Programming-Language/druntime/compare/b4a3ec7...3440de4
More information about the D-runtime
mailing list