serenity icon indicating copy to clipboard operation
serenity copied to clipboard

Kernel: Refactor Filesystem-Mounts hierarchy design

Open supercomputer7 opened this issue 3 years ago • 4 comments

Fixes #11283.

supercomputer7 avatar Aug 20 '22 06:08 supercomputer7

Shouldn't there be include guards to prevent include loops?

circl-lastname avatar Aug 20 '22 13:08 circl-lastname

Shouldn't there be include guards to prevent include loops?

There's the #pragma once statement. Still headerA.h can include headerB.h and then headerB.h can include headerA.h, which will lead to a compile error if there are class definitions in both headers that use each other.

supercomputer7 avatar Aug 20 '22 13:08 supercomputer7

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!

stale[bot] avatar Sep 30 '22 15:09 stale[bot]

This is not stale.

supercomputer7 avatar Oct 01 '22 03:10 supercomputer7