mirror of https://github.com/opencv/opencv.git
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&)`.pull/22313/head
parent
fc3e393516
commit
a89868928b
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue