Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9586a81

Browse files
committed
Use strongly typed enum.
1 parente9bf5f7 commit9586a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/protocol/http/client/connection/async_normal.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ template <class Tag>
4242
structchunk_encoding_parser {
4343
chunk_encoding_parser() : state(state_t::header), chunk_size(0) {}
4444

45-
enumstate_t { header, header_end, data, data_end };
45+
enumclassstate_t { header, header_end, data, data_end };
4646

4747
state_t state;
4848
size_t chunk_size;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp