Hello all,

     Does anyone know if the lambda function support in
gcc 4.5 and later might allow one to create a lambda function
from a member function in C++ and then pass that lambda
function as a C-style to a GSL function pointer? One of the
reasons I originally created my C++ library, O2scl [1],
based in part on GSL, was because it was very difficult
to use GSL with member functions [2]. However, I was
wondering if the new lambda function support in gcc might
alleviate that problem.

Take care,
Andrew
[1] http://o2scl.sourceforge.net
[2] see e.g. http://en.wikipedia.org/wiki/GNU_Scientific_Library#C.2B.2B_support

_______________________________________________
Help-gsl mailing list
Help-gsl@gnu.org
https://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to