Skip to content

Commit 4e0e198

Browse files
committed
Merge pull request cpp-netlib#214 from mb1986/0.9-devel
Fixes options.hpp compiler warning [-Wreorder] - fixes cpp-netlib#213
2 parents 515c1aa + 42a7090 commit 4e0e198

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)