Skip to content

Commit 9126ea0

Browse files
Fix Windows exports for header members
1 parent a6eba49 commit 9126ea0

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

include/boost/http_proto/detail/header.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,20 +157,16 @@ struct BOOST_HTTP_PROTO_DECL header
157157
static header&
158158
get(fields_base& f) noexcept;
159159

160-
BOOST_HTTP_PROTO_DECL
161160
static header const*
162161
get_default(detail::kind k) noexcept;
163162

164163
// called from parser
165164
explicit header(empty) noexcept;
166165

167-
BOOST_HTTP_PROTO_DECL
168166
header(detail::kind) noexcept;
169167

170-
BOOST_HTTP_PROTO_DECL
171168
void swap(header&) noexcept;
172169

173-
BOOST_HTTP_PROTO_DECL
174170
bool keep_alive() const noexcept;
175171

176172
static std::size_t bytes_needed(

include/boost/http_proto/header_limits.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ struct header_limits
116116
number of contiguous bytes of storage
117117
that would be needed at these settings.
118118
*/
119-
BOOST_HTTP_PROTO_DECL
120119
std::size_t
121120
valid_space_needed() const;
122121
};

0 commit comments

Comments
 (0)