# cppcon2017 Curiously Recurring C++ Bugs at facebook ``` map occ; for( char c : str) { occ[c]++; } ```