[squid-dev] Build failed in Jenkins: trunk-full-matrix ยป clang,d-ubuntu-wily #240

2016-10-01 Thread noc
See -- [...truncated 6779 lines...] make[5]: Leaving directory

Re: [squid-dev] [PATCH] polish Config2 using C++11 features

2016-10-01 Thread Alex Rousskov
On 09/30/2016 10:55 PM, Amos Jeffries wrote: > On 1/10/2016 6:10 a.m., Alex Rousskov wrote: >> On 09/30/2016 10:58 AM, Amos Jeffries wrote: >>> On 1/10/2016 5:09 a.m., Alex Rousskov wrote: On 09/30/2016 09:38 AM, Amos Jeffries wrote: > So I think we can start using these to replace old

Re: [squid-dev] [PATCH] cleanup removal of needless get()

2016-10-01 Thread Alex Rousskov
On 09/30/2016 11:05 PM, Amos Jeffries wrote: > The SSL code in particular contains a lot of calls to the get() on > various Pointer objects from the general code. > > Now that C++11 gives our Pointer better boolean operators, and > dereference oerators have been added. A bunch of these calls are