Commits

Jordan Rose committed 42aa102c233
Replace accidental compound literal syntax in assertion. The point of the assertion is to provide a type-dependent value that evaluates to 'false', so that the static_assert will fire on any instantiation of the template but not on the template itself. Swift SVN r5176