Hacker News new | ask | show | jobs
by mockery 1239 days ago
SongTable won’t compile (on any modern compiler) because the number of initializers (36) doesn’t match the declaration (32)
1 comments

Hilarious. Yeah, it definitely inferred the wrong thing there. I checked the original code, there is no length define at all. Thus it just inferred the wrong thing.