Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
Description
Currently the mongodb toolchain is referencing gcc headers for both gcc and clang. This causes issues with certain headers (ex. <atomic>) when building in clang.
Include llvm headers instead of gcc headers when compiling with clang.