Skip to content

Commit 4b17660

Browse files
Make route_params::task dtor out-of-line
1 parent 94777b8 commit 4b17660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/http_proto/server/route_handler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ struct BOOST_HTTP_PROTO_DECL
145145
*/
146146
struct BOOST_HTTP_PROTO_DECL task
147147
{
148-
virtual ~task() = default;
148+
virtual ~task();
149149

150150
/** Invoke the task.
151151

0 commit comments

Comments
 (0)