mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
Merge pull request #7146
1812de9
Name union to prevent compiler warning (Pavel Janík)
This commit is contained in:
commit
0dd194c917
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ public:
|
|||
|
||||
private:
|
||||
size_type _size;
|
||||
union {
|
||||
union direct_or_indirect {
|
||||
char direct[sizeof(T) * N];
|
||||
struct {
|
||||
size_type capacity;
|
||||
|
|
Loading…
Add table
Reference in a new issue