On 12/01/2017 09:05, Mike Hommey wrote:
> +1
>
> The sad part is that it's not followed enough.
The include hell [1] bug hasn't seem some action in a while. We might
set some time aside to do a bit of cleanup on the most commonly used
headers. I remember that the last time we did a significant pu
On Thu, Jan 12, 2017 at 02:42:52AM -0500, Boris Zbarsky wrote:
> On 1/12/17 2:30 AM, gsquel...@mozilla.com wrote:
> > This way all users of SomeClass only need to include SomeClass.h, not
> > SomeType.h, when they want to call SomeClass::foo.
>
> They don't need to have SomeType.h included merely
On 1/12/17 2:30 AM, gsquel...@mozilla.com wrote:
This way all users of SomeClass only need to include SomeClass.h, not
SomeType.h, when they want to call SomeClass::foo.
They don't need to have SomeType.h included merely to call
SomeClass::foo. They have the forward-declaration in scope, so
3 matches
Mail list logo