Skip to content

Commit 8840763

Browse files
Export fields_base ostream operator for shared builds
1 parent f3e5e60 commit 8840763

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

include/boost/http_proto/fields_base.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,7 @@ class BOOST_HTTP_PROTO_DECL fields_base
13381338
*/
13391339
friend
13401340

1341+
BOOST_HTTP_PROTO_DECL
13411342
std::ostream&
13421343
operator<<(
13431344
std::ostream& os,

src/fields_base.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ find_all(
850850
&h_, find(name).i_);
851851
}
852852

853+
BOOST_HTTP_PROTO_DECL
853854
std::ostream&
854855
operator<<(
855856
std::ostream& os,

0 commit comments

Comments
 (0)