Переглянути джерело

remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros

[SVN r22394]
Eric Niebler 22 роки тому
батько
коміт
2d6117229c
25 змінених файлів з 28 додано та 23 видалено
  1. 4 0
      .gitmodules
  2. 1 0
      libs/algorithm
  3. 1 1
      libs/concept_check
  4. 1 1
      libs/config
  5. 1 1
      libs/conversion
  6. 1 1
      libs/date_time
  7. 1 1
      libs/dynamic_bitset
  8. 1 1
      libs/format
  9. 1 1
      libs/graph
  10. 1 1
      libs/integer
  11. 1 1
      libs/lambda
  12. 1 1
      libs/math
  13. 1 1
      libs/multi_array
  14. 1 1
      libs/numeric/interval
  15. 1 1
      libs/numeric/ublas
  16. 1 1
      libs/pool
  17. 1 1
      libs/python
  18. 1 1
      libs/random
  19. 1 1
      libs/rational
  20. 1 1
      libs/regex
  21. 1 1
      libs/spirit
  22. 1 1
      libs/test
  23. 1 1
      libs/thread
  24. 1 1
      libs/timer
  25. 1 1
      libs/variant

+ 4 - 0
.gitmodules

@@ -210,3 +210,7 @@
 	path = libs/filesystem
 	url = ../filesystem.git
 	fetchRecurseSubmodules = on-demand
+[submodule "algorithm"]
+	path = libs/algorithm
+	url = ../algorithm.git
+	fetchRecurseSubmodules = on-demand

+ 1 - 0
libs/algorithm

@@ -0,0 +1 @@
+Subproject commit 874f0deaec57645a7ada30799157ded2c5c51e68

+ 1 - 1
libs/concept_check

@@ -1 +1 @@
-Subproject commit 061ed8019ad4cc1c86fdf76677a4c56430f30a02
+Subproject commit 1b8f363e9004a6cd111e04a48eaefcf06da03210

+ 1 - 1
libs/config

@@ -1 +1 @@
-Subproject commit 8a67e3222a9406d002fbd7826d8e39561c559a13
+Subproject commit 95f6278e8277c08eee888c6c1ba2c58b74a346a7

+ 1 - 1
libs/conversion

@@ -1 +1 @@
-Subproject commit 9f5ec17603b84978a35e87f49b71666a10914e3d
+Subproject commit 463284f46ffa2d79ca16559cb595f5a4f212e396

+ 1 - 1
libs/date_time

@@ -1 +1 @@
-Subproject commit fa299bb703036b0a4950969f5ef5651f1b9f8489
+Subproject commit 058431aed0b1ba2ed5dbd3b093d4e3bf5f475f95

+ 1 - 1
libs/dynamic_bitset

@@ -1 +1 @@
-Subproject commit 702e7dd26b96903553a6799526543c5869108a7d
+Subproject commit f66792a57d189ba2aeb8cf21596cb08748138b73

+ 1 - 1
libs/format

@@ -1 +1 @@
-Subproject commit cf900ac983bf51bf088280be8597a9ff38fda5d6
+Subproject commit 42532c29426d6252a67d8a62f1df8f1b38dac5d1

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit e29266e8a5482284f84672bfc3040dfdd01cce20
+Subproject commit d1b0ceea22f407a4f88a81de8fd58bd2494f27f0

+ 1 - 1
libs/integer

@@ -1 +1 @@
-Subproject commit f2d22d091ff67c984f18cf7a91739e3b90c77815
+Subproject commit 4862574bb164a49fc003a4c563993bec656570d8

+ 1 - 1
libs/lambda

@@ -1 +1 @@
-Subproject commit b8d328c0fcff937d59297a40db66efa93a60a8dc
+Subproject commit 282825b784a0b7b4cd7cc4545ef4aa3d4580f4c3

+ 1 - 1
libs/math

@@ -1 +1 @@
-Subproject commit e8ddc9e36f944a69fb8d9a62641bdd39fc7c42be
+Subproject commit a607b80188d3cb63a25fca9a281bef2a60bf300d

+ 1 - 1
libs/multi_array

@@ -1 +1 @@
-Subproject commit 0ceec618c365a5a4e4959631abb4f9ecbf141199
+Subproject commit 91661f2f17c2832bf6d77f133354ddf30af1db94

+ 1 - 1
libs/numeric/interval

@@ -1 +1 @@
-Subproject commit 923e513f937bd291a590e3d2465ccd308d513822
+Subproject commit b996048f39a2acb96a33beaf339c7f2ebc0cdf68

+ 1 - 1
libs/numeric/ublas

@@ -1 +1 @@
-Subproject commit 8bd3268bb650169a087632041b11f7a3e1738c05
+Subproject commit 1a794cf43cecb747b894bf1a564fad5bf9448484

+ 1 - 1
libs/pool

@@ -1 +1 @@
-Subproject commit b7bc5bec083e3fcb3978595fef00fbce9509b6f9
+Subproject commit 4751c81a59270afb27f593109c156d064f22cb91

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit a9c2a95366e6a491d6082057a9c5a2ddcafc1272
+Subproject commit 115f9f0644c11e978d7119e96c1bebb6e4a91c54

+ 1 - 1
libs/random

@@ -1 +1 @@
-Subproject commit 0333ba87f3603d4a47600d7928c29fbcae4823d4
+Subproject commit 5e99463ce1734b323f198403895bb5a34012a7e3

+ 1 - 1
libs/rational

@@ -1 +1 @@
-Subproject commit 48438a6b2965390b74fa0eef44a5108edf6a9018
+Subproject commit 71ecf6f9ec67abf2bd255ec06c4d397957d5b2bc

+ 1 - 1
libs/regex

@@ -1 +1 @@
-Subproject commit 50b820475307163d4994d35a044f832f2694031a
+Subproject commit 3075aaba4a0c2763e0fd4d1afaab3c8fae2e8d6c

+ 1 - 1
libs/spirit

@@ -1 +1 @@
-Subproject commit 200ec870c1999e442eb36bb01d6097dddd73f7f4
+Subproject commit 69c3515815aa4ae0cefb1e2e0607fd107d3c3be9

+ 1 - 1
libs/test

@@ -1 +1 @@
-Subproject commit 572e3b0b5f829b3a40a357c5559b118c6d76a1aa
+Subproject commit a9f43f6bb9e7965ac8974e569eaf3f914f7e7de1

+ 1 - 1
libs/thread

@@ -1 +1 @@
-Subproject commit ac422138fab5c9afdeb6f472bb44d8ed1d2f7b2a
+Subproject commit 7d3fe72970e6bf4f56e556dd9b68a5f4876d62e6

+ 1 - 1
libs/timer

@@ -1 +1 @@
-Subproject commit 950d76e81382c257656a685f4f86e2e6fe1b9d6a
+Subproject commit 79d6e03d1abab8318aa25b774357ae2f3c5ac891

+ 1 - 1
libs/variant

@@ -1 +1 @@
-Subproject commit c5c244634402e54b2271f850c2f2629c80b5765b
+Subproject commit ec94e74611eed1ad9206b3c3a6b37078f0a7deeb

粤ICP备19079148号