Boost C++ Libraries: Ticket #11597: undefined reference to boost::system::generic_category() https://svn.boost.org/trac10/ticket/11597 <p> There is BOOST_SYSTEM_NO_DEPRECATED macro that allows to ignore deprecated vars and functions. However, this not trivial for big size project (<a class="missing wiki">LibreOffice</a>) that depends on dozen external libraries, that use boost, to propagate this define. </p> <p> To rectify it, reverse the logic and require the folks to define BOOST_SYSTEM_DEPRECATED only when deprecated stuff is really needed, with </p> <blockquote> <p> # ifdef BOOST_SYSTEM_DEPRECATED [...] # endif </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11597 Trac 1.4.3 anonymous Sat, 29 Aug 2015 05:58:00 GMT attachment set https://svn.boost.org/trac10/ticket/11597 https://svn.boost.org/trac10/ticket/11597 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_1_59_0.system.no.depreacted.patch</span> </li> </ul> Ticket