Re: [squid-dev] [PATCH] remove String.cci

2017-01-05 Thread Amos Jeffries
On 2017-01-06 04:32, Alex Rousskov wrote: On 01/04/2017 07:42 PM, Amos Jeffries wrote: This patch removes String.cci file, moving the simple methods inline to the SquidString.h and more complicated others to String.cc. Thank you for doing this long-overdue cleanup. +/// throws when

Re: [squid-dev] [PATCH] remove String.cci

2017-01-05 Thread Alex Rousskov
On 01/04/2017 07:42 PM, Amos Jeffries wrote: > This patch removes String.cci file, moving the simple methods inline to > the SquidString.h and more complicated others to String.cc. Thank you for doing this long-overdue cleanup. > +/// throws when size() > INT_MAX > +int psize() const {

[squid-dev] [PATCH] remove String.cci

2017-01-04 Thread Amos Jeffries
This patch removes String.cci file, moving the simple methods inline to the SquidString.h and more complicated others to String.cc. Amos === modified file 'src/Makefile.am' --- src/Makefile.am 2017-01-03 13:27:40 + +++ src/Makefile.am 2017-01-04 12:42:22 + @@ -504,7 +504,6 @@