chore: fix symbol visibility#234
Conversation
|
An automated preview of the documentation is available at https://234.http-proto.prtest.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2025-12-24 12:43:31 UTC |
|
GCOVR code coverage report https://234.http-proto.prtest.cppalliance.org/gcovr/index.html Build time: 2025-12-24 12:50:02 UTC |
| class BOOST_HTTP_PROTO_SYMBOL_VISIBLE model | ||
| : public task | ||
| , public suspender::owner | ||
| class model: public task, suspender::owner |
There was a problem hiding this comment.
@vinniefalco, immediate and model are nested types inside a templated function. We shouldn't export their vtables, because there's no way they can be exported from the compiled shared library.
No description provided.