Commits

Dave Abrahams committed 4b2ccff3a40
[stdlib] Replace assert(false) with compile error Unsupported architectures will cause a failure to compile rather than some kind of runtime trap. In particular, assert() should never be used in the standard library; we have _sanityCheck for that purpose. Swift SVN r21373