Folding (a ? b : c) op d

2013-06-29 Thread Marc Glisse
Hello, this patch changes the test deciding whether to fold "op d" with both branches in (a ? b : c) op d. I don't know if the new test is right, it gives what I expect on the new testcase, but I may have missed important cases. Cc: Eric for comments as the author of the previous conditions.

Re: [patch] regex_traits implementation

2013-06-29 Thread Tim Shen
Thank you for response! On Sat, Jun 29, 2013 at 7:08 AM, Paolo Carlini wrote: > Very nice to see progress in this area! Obvious question - I may have missed > past discussions: is your paperwork, the copyright assignment, Ok? > Otherwise, unfortunately, the technical review can't even begin. I'v

Re: Unordered container insertion hints

2013-06-29 Thread François Dumont
Patch applied, I also needed to update some dg-error line numbers, it was not part of the original patch. The only remaining thing will be to update the doxygen links on the unordered containers to point to the new hint doc. 2013-06-29 François Dumont * include/bits/hashtable_policy.h

Re: [patch] regex_traits implementation

2013-06-29 Thread Jonathan Wakely
On 29 June 2013 08:16, Tim Shen wrote: > Thank you for response! > > On Sat, Jun 29, 2013 at 7:08 AM, Paolo Carlini > wrote: >> Very nice to see progress in this area! Obvious question - I may have missed >> past discussions: is your paperwork, the copyright assignment, Ok? >> Otherwise, unfortun