Files
swift-mirror/stdlib/runtime/Casting.cpp
Doug Gregor c25eac69c2 Dynamic casting: fix an overrelease in object-to-value casting via bridging.
When the dynamic cast caller asked to take on success but not destroy
on failure, we still performed the release on failure. Test case to
follow.


Swift SVN r20975
2014-08-03 19:51:27 +00:00

73 KiB