zhuowei / nft_ptr

C++ `std::unique_ptr` that represents each object as an NFT on the Ethereum blockchain
https://worthdoingbadly.com
1.99k stars 36 forks source link

C++ header assumes 64-bit pointers #2

Open lhoward opened 3 years ago

lhoward commented 3 years ago

Should likely use uintptr_t rather than uint64_t.

zhuowei commented 3 years ago

I went with uint64_t directly because: