libstdc++ that comes with gcc 4.8 doesn't define `getline(basic_istream<char>&&, std::string&)` even if it's part of the c++11 standard. However we can still use the following: `getline(basic_istream<char>&, std::string&)`. |
||
|---|---|---|
| .. | ||
| cmake | ||
| doc | ||
| include/opencv2 | ||
| misc | ||
| perf | ||
| src | ||
| test | ||
| CMakeLists.txt | ||