From: Mikko Rasa Date: Tue, 19 Apr 2016 07:31:27 +0000 (+0300) Subject: Hide Http::Server destructor in the library X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=f839e84e68924129a9fa5941ad82e4e9cc1def4d;hp=f839e84e68924129a9fa5941ad82e4e9cc1def4d;p=libs%2Fnet.git Hide Http::Server destructor in the library Otherwise sigc::signal destructor will be emitted in the including file, requiring explicit linking with libsigc++. ---