From 26dbf7a5c3f5e375609fce14cc57da169b900dbd Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Wed, 24 Dec 2025 12:20:48 +0000 Subject: [PATCH] chore: fix symbol visibility --- include/boost/http_proto/server/route_handler.hpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/boost/http_proto/server/route_handler.hpp b/include/boost/http_proto/server/route_handler.hpp index 23d07254..ac57dac9 100644 --- a/include/boost/http_proto/server/route_handler.hpp +++ b/include/boost/http_proto/server/route_handler.hpp @@ -214,8 +214,7 @@ post(F&& f) -> route_result if(task_) detail::throw_invalid_argument(); - struct BOOST_HTTP_PROTO_SYMBOL_VISIBLE - immediate : suspender::owner + struct immediate : suspender::owner { route_result rv; bool set = false; @@ -227,9 +226,7 @@ post(F&& f) -> route_result } }; - class BOOST_HTTP_PROTO_SYMBOL_VISIBLE model - : public task - , public suspender::owner + class model: public task, suspender::owner { public: model(route_params& p,