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;
|
CGAL::Timer timer;
|
||||||
vvd->clear();
|
vvd->clear();
|
||||||
|
|
||||||
std::ifstream f(fileName);
|
std::ifstream f(fileName.ascii());
|
||||||
assert( f );
|
assert( f );
|
||||||
|
|
||||||
int counter = 0;
|
int counter = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue