Minha cópia do VS2013 Ultimate compila este código por mais de 60 segundos: class Program { static void Main(string[] args) { double dichotomy = Dichotomy( d => { try { int size = (int) d; byte[] b = new byte[size]; return -b.Length; } catch (Exception) { return 0; } }, 0,...
86
Compilação longa de estúdio visual ao substituir int por duplo