-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
Right now the config.h header is forced to be first by the linter. There is no need to be so restrictive.
We should:
- Sort in config.h headers
- Update the linter so it whines if a MONGO_CONFIG_ macro is used before config.h has been seen.