Details
-
Task
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
Description
The custom module library libmongo_tidy_checks.so needs to be compiled with -std=c++17, because it is loaded and used by an existing clang-tidy binary, however, the tests for our custom matchers can be compiled with -std=c++20. For that, we can use a cloned build environment settings as shown in https://github.com/10gen/mongo/compare/roma_example?expand=1