This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Refractor Thompson matcher


Hi,

On 07/31/2013 12:44 AM, Tim Shen wrote:
I see. So I include <regex> in different files and then compile them together, it broke. I've make every non-templated function in this commit inline. Now it compiles. Sorry again for this commit.
Did you actually bootstrap & test the patch? Because you didn't last time, right?
Should I commit again?
Please add FIXME comments to all the non-template functions in *.tcc files (which will be moved to *.cc files). To repeat: the inlines in *.tcc files must be all and only non-templates, as a temporary hack.

Thanks,
Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]