You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mateusz Łoskot edited this page Jan 8, 2020
·
5 revisions
The CONTRIBUTING guide recommends to make sure that headers are self-contained, i.e. that they include all headers they need. In other words, no header should (implicitly) rely on other headers to include some other header it requires.
One technique that helps to ensure a header is as self-contained as possible is to group include directives from specific to general and, for readability, order alphabetically within each group.
Order of #include in GIL core and extensions headers