Yeah I wouldn't suggest requiring GCC 4.5. However, I was thinking it might be useful to have some lambda function boilerplate around somewhere, just in case there was a C++ user who wanted a quick way to use a GSL function without having to resort to more drastic measures.
Thanks, Andrew On Fri, Oct 28, 2011 at 11:33 AM, Rodney Sparapani <[email protected]> wrote: > I haven't kept up with recent C++ changes. But, it seems to > me it's a bad idea to require a specific feature like that. > Then, you may be stuck if you are not using GCC 4.5 or > a similarly advanced C++ compiler. This kind of thing > comes up all the time with C++ libraries like Boost, etc. > And, it is very annoying because there may be a very good > reason that you are using an older C++ compiler; usually > because upgrading is not convenient without upgrading > your OS or something like that. _______________________________________________ Help-gsl mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gsl
