0
0
Fork 0
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:
Jason Volk 2020-08-20 18:00:48 -07:00
parent 7c583061f3
commit a864cc73b2

View file

@ -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