1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00
ton/lite-client
AleksejMelman 7e036ab2da
Fixes compilation error of lite-client on windows
Fixes compilation error:
error C2664: 'std::pair<td::int64,td::int64> std::make_pair<td::int64,td::int64>(_Ty1 &&,_Ty2 &&) noexcept (<expr>)': cannot convert argument 1 from 'const td::uint64' to '_Ty1 &&'

make_pair() has been changed in VS2012 to support a new C++11 feature called move semantics and I suspect that explicitly specifying the types for make_pair() is getting in the way.

The fix should be safe for linux distro as well.
2021-02-09 13:30:37 +01:00
..
CMakeLists.txt Add CMake installation statements to some binaries 2020-05-22 01:19:25 +02:00
lite-client-common.cpp updated vm (breaking compatibility) 2020-02-28 14:28:47 +04:00
lite-client-common.h updated vm (breaking compatibility) 2020-02-28 14:28:47 +04:00
lite-client.cpp Fixes compilation error of lite-client on windows 2021-02-09 13:30:37 +01:00
lite-client.h minor improvements and bugfixes 2020-05-07 10:35:23 +04:00