This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [v3] Mt_alloc: use __bin._M_free[0]


Paolo Carlini <pcarlini@suse.de> writes:

| -	explicit _Tune()
| +	explicit
| +	_Tune()

I'm confused by what explicit is doing here.

[...]

| -	explicit _Tune(size_t __maxb, size_t __minbin, size_t __chunk,
| -		       size_t __maxthreads, size_t __headroom, bool __force) 
| +	explicit
| +	_Tune(size_t __maxb, size_t __minbin, size_t __chunk,
| +	      size_t __maxthreads, size_t __headroom, bool __force) 

Ditto.

Although this patch did not introduce them, it could get rid of them
since it is touching them.


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