Skip to content

Commit 7d4e551

Browse files
Drop member exports now that classes are exported
1 parent 863d0e3 commit 7d4e551

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

include/boost/http_proto/request_parser.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ class BOOST_HTTP_PROTO_DECL request_parser
138138
@ref install_parser_service,
139139
@ref config.
140140
*/
141-
BOOST_HTTP_PROTO_DECL
142141
explicit
143142
request_parser(capy::polystore& ctx);
144143

@@ -160,7 +159,6 @@ class BOOST_HTTP_PROTO_DECL request_parser
160159
@see
161160
@ref got_header.
162161
*/
163-
BOOST_HTTP_PROTO_DECL
164162
static_request const&
165163
get() const;
166164
};

include/boost/http_proto/serializer.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ class BOOST_HTTP_PROTO_DECL serializer
528528

529529
/** Return true if serialization is complete.
530530
*/
531-
BOOST_HTTP_PROTO_DECL
532531
bool
533532
is_done() const noexcept;
534533

0 commit comments

Comments
 (0)