Files
swift-mirror/stdlib/core
Dave Abrahams c0f4b11b95 [stdlib] Don't expose uninitialized memory
...at least, not without the word "unsafe."  ManagedBuffer's create()
function takes a closure that creates an initial value for its "value"
property (which is technically computed but effectively stored).  Before
this change, the closure had access to that property before it was
initialized.  Now you can still get there, but you have to go through
"withUnsafeMutablePointer*" methods.

Swift SVN r22501
2014-10-03 21:30:00 +00:00
..
2014-09-18 15:30:05 +00:00
2014-09-19 18:01:12 +00:00
2014-09-23 23:08:43 +00:00