Y
Hacker News
new
|
ask
|
show
|
jobs
by
toth
3361 days ago
I get that part, that's why you use std::find or std::lower_bound on the vector, but my point is that std::lower_bound will not give you the right answer unless your enum is defined with the names in alphabetical order.