As explained on SERVER-48372 the latest visual studio version fails to compile, it has a new error being reported:
./src/mongo/db/repl_index_build_state.h(296,38): error C7626: unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes
We need to find and change the instances of our code that violate this new enforcement.
- is related to
-
SERVER-48372 Build fails on windows with latest buildtool version released on May 19th
- Closed