We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8840763 commit f9a0f32Copy full SHA for f9a0f32
include/boost/http_proto/detail/header.hpp
@@ -44,6 +44,9 @@ struct empty
44
kind param;
45
};
46
47
+BOOST_HTTP_PROTO_MSVC_WARNING_PUSH
48
+BOOST_HTTP_PROTO_MSVC_DISABLE_4251_4275
49
+
50
struct BOOST_HTTP_PROTO_DECL header
51
{
52
// +------------+---------+------+------------+-----------------------------+
@@ -218,6 +221,8 @@ struct BOOST_HTTP_PROTO_DECL header
218
221
system::error_code&) noexcept;
219
222
220
223
224
+BOOST_HTTP_PROTO_MSVC_WARNING_POP
225
226
} // detail
227
} // http_proto
228
} // boost
0 commit comments