Increase space reserved for stringstream fwd, cryptonomex/graphene#86

This commit is contained in:
Eric Frias 2015-06-25 09:27:24 -04:00
parent 701b9ac00c
commit 707b9497c6

View file

@ -27,7 +27,7 @@ namespace fc {
private: private:
class impl; class impl;
fwd<impl,368> my; fwd<impl, 392> my;
}; };
} }