mirror of https://github.com/CGAL/cgal
Try a fix for the [io]fstream(Qstring) ambiguity in C++0X.
If it doesn't break anything, copy everywhere.
This commit is contained in:
parent
064b7ce795
commit
ddc1c4ea92
|
|
@ -462,7 +462,7 @@ private slots:
|
|||
CGAL::Timer timer;
|
||||
vvd->clear();
|
||||
|
||||
std::ifstream f(fileName);
|
||||
std::ifstream f(fileName.ascii());
|
||||
assert( f );
|
||||
|
||||
int counter = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue