Increase space reserved for stringstream fwd, cryptonomex/graphene#86
This commit is contained in:
parent
701b9ac00c
commit
707b9497c6
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ namespace fc {
|
|||
|
||||
private:
|
||||
class impl;
|
||||
fwd<impl,368> my;
|
||||
fwd<impl, 392> my;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue