Skip to content

Commit 863d0e3

Browse files
Remove member exports after class-level export
1 parent 2cac420 commit 863d0e3

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

include/boost/http_proto/serializer.hpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ class BOOST_HTTP_PROTO_DECL serializer
6868

6969
/** Destructor
7070
*/
71-
BOOST_HTTP_PROTO_DECL
72-
~serializer();
71+
~serializer();
7372

7473
/** Constructor
7574
Default-constructed serializers do not reference any implementation;
@@ -100,8 +99,7 @@ class BOOST_HTTP_PROTO_DECL serializer
10099
101100
@param other The serializer to move from.
102101
*/
103-
BOOST_HTTP_PROTO_DECL
104-
serializer(
102+
serializer(
105103
serializer&& other) noexcept;
106104

107105
/** Assignment.
@@ -805,8 +803,7 @@ class serializer::stream
805803
@ref commit,
806804
@ref capacity.
807805
*/
808-
BOOST_HTTP_PROTO_DECL
809-
mutable_buffers_type
806+
mutable_buffers_type
810807
prepare();
811808

812809
/** Commit data to the serializer.

0 commit comments

Comments
 (0)