Re: [Patch 1/2] Rewrite regex scanner

2013-08-23 Thread Tim Shen
On Fri, Aug 23, 2013 at 5:40 PM, Jonathan Wakely wrote: > I would rearrange the ChangeLog, to put > > * include/bits/regex_executor.tcc: Don't use reference for submatch. > > after regex_scanner.tcc, so that the files the _Scanner is moved from > come immediately before the files it is mov

Re: [Patch 1/2] Rewrite regex scanner

2013-08-23 Thread Jonathan Wakely
On 23 August 2013 10:15, Tim Shen wrote: > These two patches are not logically relative, but the next patch is > based on this one. > > This patch of the regex scanner(or lexer) supports all styles > specified by N3376. It shall build an abstract layer of regex token > sequence, so that, ideally,