We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d8772 commit 7b37cd6Copy full SHA for 7b37cd6
include/fc/network/tcp_socket.hpp
@@ -53,7 +53,7 @@ namespace fc {
53
#ifdef _WIN64
54
fc::fwd<impl,0xa8> my;
55
#else
56
- fc::fwd<impl,0x54> my;
+ fc::fwd<impl,0x60> my;
57
#endif
58
};
59
typedef std::shared_ptr<tcp_socket> tcp_socket_ptr;
0 commit comments