Merge pull request #147 from bitshares/jmj_winfix

Increase size for Boost 1.70
This commit is contained in:
John M. Jones 2019-08-13 14:02:18 -05:00 committed by GitHub
commit 91d8772b7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ namespace fc {
friend class tcp_server;
class impl;
#ifdef _WIN64
fc::fwd<impl,0x98> my;
fc::fwd<impl,0xa8> my;
#else
fc::fwd<impl,0x54> my;
#endif