Skip to content

Commit 6fa389b

Browse files
committed
Reordered constructor initializer list
1 parent b8833eb commit 6fa389b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/streams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ namespace Concurrency { namespace streams
11081108
return write_pos == buf_size;
11091109
}
11101110

1111-
_read_helper() : write_pos(0), total(0), saw_CR(false)
1111+
_read_helper() : total(0), write_pos(0), saw_CR(false)
11121112
{
11131113
}
11141114
};

0 commit comments

Comments
 (0)