On Oct 24, 2012, at 10:12 AM, Roy Stogner <royst...@ices.utexas.edu> wrote:

> Oh, I understood your meaning - I was just pointing out that *I* saw
> some compelling reasons for considering taking the default argument
> away permanently, eventually

OK, I can see the benefits of that too (eventually!)

Well in that case, a much less severe API change might be

Parallel::max(a);

becomes

Parallel parallel(MY_COMMUNICATOR);
…

parallel.max(a);

at least that one can be handed with only one line of new code and a 
query/replace!


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to