We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd3034 commit 6ba2f46Copy full SHA for 6ba2f46
libs/network/test/http/tag_types.hpp
@@ -6,14 +6,16 @@
6
// (See accompanying file LICENSE_1_0.txt or copy at
7
// http://www.boost.org/LICENSE_1_0.txt)
8
9
-#include <boost/mpl/list.hpp>
+#include <boost/mpl/vector.hpp>
10
#include <boost/network/protocol/http/tags.hpp>
11
12
namespace http = boost::network::http;
13
14
-typedef boost::mpl::list<
+typedef boost::mpl::vector<
15
http::tags::http_default_8bit_tcp_resolve
16
, http::tags::http_default_8bit_udp_resolve
17
+ , http::tags::http_keepalive_8bit_tcp_resolve
18
+ , http::tags::http_keepalive_8bit_udp_resolve
19
, http::tags::http_async_8bit_udp_resolve
20
, http::tags::http_async_8bit_tcp_resolve
21
> tag_types;
0 commit comments