Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2392: [tr1][spirit][hash] Boost trunk +VC9 - autolinking libboost_math
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-10-10 16:10:09
#2392: [tr1][spirit][hash] Boost trunk +VC9 - autolinking libboost_math
----------------------------------------------------------+-----------------
Reporter: Richard Webb <Richard.Webb_at_[hidden]> | Owner: johnmaddock
Type: Bugs | Status: closed
Milestone: Boost 1.37.0 | Component: TR1
Version: Boost Development Trunk | Severity: Problem
Resolution: fixed | Keywords:
----------------------------------------------------------+-----------------
Changes (by johnmaddock):
* status: assigned => closed
* resolution: => fixed
Comment:
(In [49254]) Change includes of <cmath> to
<boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath>
pulls in all the new TR1 math functions, which in turn also requires
linking to an external library. With auto-linking support this requires
that library to have been built and be present in the library search path,
even if the actual library under use is header only.
Fixes #2392.
-- Ticket URL: <http://svn.boost.org/trac/boost/ticket/2392#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:58 UTC