mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
ircd::ios: Fix object initialization order.
This commit is contained in:
parent
7c583061f3
commit
a864cc73b2
1 changed files with 4 additions and 4 deletions
|
@ -100,14 +100,14 @@ ircd::ios::descriptor::descriptor(const string_view &name,
|
|||
{
|
||||
deallocator?: default_deallocator
|
||||
}
|
||||
,history_pos
|
||||
{
|
||||
0
|
||||
}
|
||||
,history
|
||||
(
|
||||
256, {0}
|
||||
)
|
||||
,history_pos
|
||||
{
|
||||
0
|
||||
}
|
||||
,continuation
|
||||
{
|
||||
continuation
|
||||
|
|
Loading…
Reference in a new issue