Increase size for Boost 1.70

This commit is contained in:
John Jones 2019-08-13 13:11:36 -05:00
parent 82af8b55bd
commit 8426b45d6c

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