Skip to content

Commit 42a7090

Browse files
author
Michal Blinkiewicz
committed
Fixes options.hpp compiler warning [-Wreorder]
1 parent 515c1aa commit 42a7090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/server/options.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ struct server_options {
107107

108108
private:
109109
boost::shared_ptr<boost::asio::io_service> io_service_;
110+
Handler &handler_;
110111
string_type address_;
111112
string_type port_;
112-
Handler &handler_;
113113
bool reuse_address_;
114114
bool report_aborted_;
115115
bool non_blocking_io_;

0 commit comments

Comments
 (0)