Skip to content

Commit 7705369

Browse files
Fix dll-interface annotations on parser/request/response bases
1 parent 2b000aa commit 7705369

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

include/boost/http_proto/parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class BOOST_HTTP_PROTO_DECL parser
9898
@ref response_parser::get,
9999
@ref request_parser::get.
100100
*/
101-
BOOST_HTTP_PROTO_DECL
101+
102102
bool
103103
got_header() const noexcept;
104104

include/boost/http_proto/request_base.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ class BOOST_HTTP_PROTO_DECL request_base
285285
@param b If `true` sets `Expect: 100-continue`
286286
header otherwise erase it.
287287
*/
288-
BOOST_HTTP_PROTO_DECL
289288
void
290289
set_expect_100_continue(bool b);
291290

include/boost/http_proto/response_base.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ class BOOST_HTTP_PROTO_DECL response_base
141141
142142
@param v The version to set.
143143
*/
144-
BOOST_HTTP_PROTO_DECL
145144
void
146145
set_version(
147146
http_proto::version v);

0 commit comments

Comments
 (0)