You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I work on MSVC Compiler testing, and we regularly build popular open-source projects, including RocksDB, with development builds of our compiler and libraries. This allows us to find and fix regressions before they ship and cause problems for you.
Recently, the developer has committed[ STL#4963](microsoft/STL#4963) (expected to ship in Visual Studio 2022 17.13 Preview 1) which will lead to the following error:
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include\stack(125,30): error C2440: 'return': cannot convert from 'void' to 'rocksdb::TransactionBaseImpl::SavePoint &'
This is actually an STL bug, not a RocksDB bug. I'm going to fix it with microsoft/STL#4980 before VS 2022 17.13 Preview 1 ships. You don't need to take any action here, and you can close this issue. Apologies for the noise.
Hi, I work on MSVC Compiler testing, and we regularly build popular open-source projects, including RocksDB, with development builds of our compiler and libraries. This allows us to find and fix regressions before they ship and cause problems for you.
Recently, the developer has committed[ STL#4963](microsoft/STL#4963) (expected to ship in Visual Studio 2022 17.13 Preview 1) which will lead to the following error:
Note: For more info, you can refer to microsoft/STL#4963 or https://developercommunity.visualstudio.com/t/10745303
Expected behavior
It compiles
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: