Selaa lähdekoodia

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.


[SVN r49254]
John Maddock 17 vuotta sitten
vanhempi
sitoutus
0b21368a18
17 muutettua tiedostoa jossa 17 lisäystä ja 17 poistoa
  1. 1 1
      libs/accumulators
  2. 1 1
      libs/date_time
  3. 1 1
      libs/functional
  4. 1 1
      libs/gil
  5. 1 1
      libs/graph
  6. 1 1
      libs/interprocess
  7. 1 1
      libs/intrusive
  8. 1 1
      libs/numeric/conversion
  9. 1 1
      libs/numeric/interval
  10. 1 1
      libs/numeric/ublas
  11. 1 1
      libs/random
  12. 1 1
      libs/serialization
  13. 1 1
      libs/spirit
  14. 1 1
      libs/test
  15. 1 1
      libs/tr1
  16. 1 1
      libs/units
  17. 1 1
      libs/unordered

+ 1 - 1
libs/accumulators

@@ -1 +1 @@
-Subproject commit 404b0fbef2522d7d48711d3ec9e26882d5dd4434
+Subproject commit 8fd4c7f724f84ba55cb52cec8cb7a6fa940bda6e

+ 1 - 1
libs/date_time

@@ -1 +1 @@
-Subproject commit 19cdab0cd5f1ab1228228e25ebaa4bab43820771
+Subproject commit 6c6a6b3a1cac5bed79527ac2898e35e2bc6186c3

+ 1 - 1
libs/functional

@@ -1 +1 @@
-Subproject commit 85813284d1b4d88474b756f5c2498c61ef27ad9c
+Subproject commit d8d39c8f90561ebfc01ba9acf4de3c3af73b4d52

+ 1 - 1
libs/gil

@@ -1 +1 @@
-Subproject commit 68b33f6e7b35c91263e669849dd1b013b94e2903
+Subproject commit 2cf0711cd1a01bc1a9ea7c100fbf900194a531da

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit b7a5fe292b0060970b1a12dc4d8cbd3297aad9f6
+Subproject commit b267aee59caf3c1ca039691a5b6a5053bca897fe

+ 1 - 1
libs/interprocess

@@ -1 +1 @@
-Subproject commit ec9b099a8f15325acc97547d3ee63aebc4a766be
+Subproject commit 6a6b28ed385a4e699cc11a9179a4eb5564321485

+ 1 - 1
libs/intrusive

@@ -1 +1 @@
-Subproject commit cff3efe68983de4692f7cadb3eb582ea204a6687
+Subproject commit d7b03e5f031e61f452e0f787c18a2671cec7859a

+ 1 - 1
libs/numeric/conversion

@@ -1 +1 @@
-Subproject commit 128e01f1eae8ee5e24208306214a1b475583a7e9
+Subproject commit 67e2ca29bcd7c41a1fded8e4180d970308677942

+ 1 - 1
libs/numeric/interval

@@ -1 +1 @@
-Subproject commit dbdeaf526656a056695add2bd17f262fefc2fce3
+Subproject commit 94be8c217cb7fa12fb035d7d6ec8f5164fd9fc41

+ 1 - 1
libs/numeric/ublas

@@ -1 +1 @@
-Subproject commit 7bc475a04f5911e6b9066098233f2c7efce29db0
+Subproject commit 5ceeb08865d5bf3e02698fa271bad09b77bd7aa8

+ 1 - 1
libs/random

@@ -1 +1 @@
-Subproject commit 6cfecd4a9bbbce2bed73673d53e27804fdaed978
+Subproject commit f667a1e9450cb2915bda64f34fb6855ac05165ac

+ 1 - 1
libs/serialization

@@ -1 +1 @@
-Subproject commit c5b396d9a908d272b03f76be95e14e130545c861
+Subproject commit 4890facae9da7a033e2bf196daf79d8908e8c4f1

+ 1 - 1
libs/spirit

@@ -1 +1 @@
-Subproject commit 3374392764955f113310e61986dedb89ba3ef2db
+Subproject commit fe7a2091c6bb0c33b2aefa7ddcdad8587e994143

+ 1 - 1
libs/test

@@ -1 +1 @@
-Subproject commit 31d2f27adbb88a91ec2c9b2cfc8038365d70fd2a
+Subproject commit 635b1e38dd643af264c2ea8f0ba08dfb58337e37

+ 1 - 1
libs/tr1

@@ -1 +1 @@
-Subproject commit be5a9d31d04008d241bd9db5e22906fefa257936
+Subproject commit 06a70848ddac9b50ce82bb3d4140924e0a686087

+ 1 - 1
libs/units

@@ -1 +1 @@
-Subproject commit f065e96abc2e52ff61e36027358bb4f522b10f4c
+Subproject commit 739d2485ab637908c2dc61add72b2b74b5cc7407

+ 1 - 1
libs/unordered

@@ -1 +1 @@
-Subproject commit e6417fe652839c9d80a466e7b0a67afbd751105a
+Subproject commit d98f72c4e18ecbc52f95bb458f48799737357a05

粤ICP备19079148号