File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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};
You can’t perform that action at this time.
0 commit comments