File: documentation

package info (click to toggle)
widelands 1%3A15-3squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 206,508 kB
  • ctags: 12,956
  • sloc: cpp: 96,550; python: 2,636; ada: 849; sh: 269; objc: 254; makefile: 180
file content (1 line) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (2)
1
Do not call std::string::find_first_of or std::string::find with a string of characters to locate that has the size 1. Do not call std::string::find_first_of with a single character to find. Use the version of std::string::find that takes a single character to locate instead. Same for find_last_of/rfind.