-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Dev Platform 2022-03-07
-
64
We noticed that the explicit template instantiations in src/mongo/db/pipeline/accumulator_multi.cpp are causing build failures on MacOS arm64. These were apparently put in place to solve a link-time error in dynamic builds, but they now cause a problem in static builds instead. These need to be corrected (or removed) so both build types work.