Re: [PATCH] Improve detection of std::regex

2016-01-11 Thread Jean-Marc Lasgouttes
Le 08/01/2016 22:30, Georg Baum a écrit : It will never be possible to detect every compiler and lib combination correctly (otherwise the switches to override the automatism would not be needed). This is a rare combination, so it is not too important IMHO. The patch is definitely better than the

Re: [PATCH] Improve detection of std::regex

2016-01-08 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > This following patch improves the autotools detection of std::regex. It > fixes several issues there and makes code more readable IMO. > > Georg, I'd like to have your review on this, especially since my > previous commit e1938aa2 on the subject was a bit buggy. > >

[PATCH] Improve detection of std::regex

2016-01-08 Thread Jean-Marc Lasgouttes
This following patch improves the autotools detection of std::regex. It fixes several issues there and makes code more readable IMO. Georg, I'd like to have your review on this, especially since my previous commit e1938aa2 on the subject was a bit buggy. Tested with gcc 4.3, gcc 5.1, gcc 4.8,