Increase size for Boost 1.70
This commit is contained in:
parent
82af8b55bd
commit
8426b45d6c
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ namespace fc {
|
||||||
friend class tcp_server;
|
friend class tcp_server;
|
||||||
class impl;
|
class impl;
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
fc::fwd<impl,0x98> my;
|
fc::fwd<impl,0xa8> my;
|
||||||
#else
|
#else
|
||||||
fc::fwd<impl,0x54> my;
|
fc::fwd<impl,0x54> my;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue