-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Security 2021-06-28
1. gcc 11 is unhappy with -Wno-exceptions set on C files. While it can be changed to localized only to C++ files, the flag is no longer needed as it works around a bug that no longer exists.
2. src/mongo/db/query/plan_summary_stats.h is missing an include for <optional>
3. src/mongo/util/shim_boost_assert.cpp is missing an include for <exception>