Go to file
John Maddock 5963a9cb67 Merge fixes from Trunk.
Fixes #2392.

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. 

[SVN r49314]
2008-10-13 09:00:03 +00:00
doc Rebuild the numeric/conversion and optional documentation. Which should fix a few links. 2008-10-10 21:35:16 +00:00
include/boost/numeric/conversion Merge fixes from Trunk. 2008-10-13 09:00:03 +00:00
test Merge trunk 2008-07-23 15:15:27 +00:00
.gitattributes Myself Added 2004-06-24 12:01:42 +00:00
index.html Merged fixes for inspection report failures from the main Trunk. 2008-03-15 09:36:05 +00:00