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
The error is due to the keyword constexpr, (https://stackoverflow.com/questions/42298214/constexpr-in-c11-and-c14-not-a-difference-to-const-keyword), to remove error (with a workaround) is possible change the define constexpr in the file "serialization.h" at line 49 with a no-compiler keyword, and CryptoNight will compile in VS2017.
Then set the CryptoNight correct linker reference for the libboost_serialization-vc141-mt-*.lib library of Boost C++.
Platform-Toolset: Visual Studio 2017 (v141)
C2864 'std::ratio<_Nx,_Dx>::num': a static data member with an in-class initializer must have non-volatile const integral type
The text was updated successfully, but these errors were encountered: