vendredi 3 avril 2015

term does not evaluate to function taking 6 arguments - C ++ 11 threads in a class


std::thread slice1(&Scene3D::compute_mandelbrot, -0.751085, -0.734975, 0.118378, 0.134488, 0, 79);


This line, calling function:



void Scene3D::compute_mandelbrot(double left, double right, double top, double bottom, int start, int stop)


produces the above error. Any ideas?


Aucun commentaire:

Enregistrer un commentaire