Re: TR1: regex

2010-07-01 Thread Pavel Sanda
Pavel Sanda wrote: > Jean-Marc LASGOUTTES wrote: > > "Peter Kuemmel" writes: > > > > > I've tried to replace regex with TR1's regex, and I'm really suprised > > > about the missing implemnetation in GCC 4.4 and 4.5. It compiles with > > > this GCC versions (only one problems is left: there is n

Re: TR1: regex

2010-07-01 Thread Pavel Sanda
Jean-Marc LASGOUTTES wrote: > "Peter Kuemmel" writes: > > > I've tried to replace regex with TR1's regex, and I'm really suprised about > > the missing implemnetation in GCC 4.4 and 4.5. It compiles with this GCC > > versions (only one problems is left: there is not match_partial type in TR1) >

Re: TR1: regex

2010-06-30 Thread Peter Kuemmel
> OK, then. What about allowing the rest of tr1 for all gcc 4 > implementations? We can disable some of them if problems are found. > Pavel? > > I am currently removing the checktr1.h header as suggested. Ok, I've also done the cmake changes (and removed checktr1.h). In cmake I check for GCC >=

Re: TR1: regex

2010-06-30 Thread Jean-Marc LASGOUTTES
"Peter Kuemmel" writes: > I've tried to replace regex with TR1's regex, and I'm really suprised about > the missing implemnetation in GCC 4.4 and 4.5. It compiles with this GCC > versions (only one problems is left: there is not match_partial type in TR1) > but when linking there are several un