1
0
Эх сурвалжийг харах

Fixed most tab and min/max issues from trunk inspection report

[SVN r53141]
Jeremiah Willcock 17 жил өмнө
parent
commit
1aca93ec49

+ 1 - 1
libs/algorithm

@@ -1 +1 @@
-Subproject commit ce98e8b87e8db72a85c1e9301173e5f45bb7f572
+Subproject commit d84f81d84131ccc57381a9fa8eba51c392d10e33

+ 1 - 1
libs/config

@@ -1 +1 @@
-Subproject commit 6695277f1a8643f8574aeed713ea3bed01d69376
+Subproject commit b03d5829b5e019744e429ba178dd5e0931f0b418

+ 1 - 1
libs/date_time

@@ -1 +1 @@
-Subproject commit 8a5d48f39cb044a1dd41d7e11e9fb78a932e7569
+Subproject commit 49fe4d03ffc999812a395fd38fb8f7a355d9d7df

+ 1 - 1
libs/exception

@@ -1 +1 @@
-Subproject commit 0372936d860ba17f8fb0056df4f771528be86426
+Subproject commit 8465a47472863957f0d53b20e20d5a65c5c7276d

+ 1 - 1
libs/format

@@ -1 +1 @@
-Subproject commit e935b0ebe3dfeca72eda252ab8cb8f28cbfb65ac
+Subproject commit 2ca8fb08d05ad3e65596ee427757e2c142defacb

+ 1 - 1
libs/interprocess

@@ -1 +1 @@
-Subproject commit 95861ad94320fbee247db8fe2bf2eb98b72c218d
+Subproject commit a3eeee5ace1a1cd09f069df5a1519b9067fe3f68

+ 1 - 1
libs/intrusive

@@ -1 +1 @@
-Subproject commit 75f7139c3f1dc8cb6ba250876c0920caa54acb05
+Subproject commit eeb14b00a6b06bdbe45a6079fe8e11ce93982557

+ 1 - 1
libs/iostreams

@@ -1 +1 @@
-Subproject commit 4ba99d5ff9d2a8d1957415155c2637e108747d21
+Subproject commit 4baa4e2d181287f0dbe19a9b6df21b11cf652cf3

+ 1 - 1
libs/math

@@ -1 +1 @@
-Subproject commit b36f2d6bb6f3b8414d3147215beccaeffbfa00a6
+Subproject commit 99b1ee34f730c6b6860a5afe5371bf8012610f85

+ 1 - 1
libs/mpl

@@ -1 +1 @@
-Subproject commit 58be5a2bd538127cfe3d439134a36ab66b9f0e01
+Subproject commit 14b652ed902d9a1901c9de2ada482cca25fe7f0a

+ 1 - 1
libs/numeric/ublas

@@ -1 +1 @@
-Subproject commit e473951d738ecc3aa646a19dc3757ecd4767318b
+Subproject commit d273e6032863e49386e6fb531e7dd096038540dc

+ 1 - 1
libs/optional

@@ -1 +1 @@
-Subproject commit 2772bfc08d02a001509cde212a002e52d88eeb35
+Subproject commit fea89e84f37b3a137ba505a5207ed7ba9486dd18

+ 1 - 1
libs/pool

@@ -1 +1 @@
-Subproject commit 17cfa03dcc8e0909182ba12c827cb1259286a3db
+Subproject commit 1c8389e618e0689ddfd55329ab86395edf16fe79

+ 1 - 1
libs/program_options

@@ -1 +1 @@
-Subproject commit 98331c354279d601c487538db1c396918d0116ca
+Subproject commit 3c3b8d8818ffc8ce90cb530a7c63d8558b7fdad5

+ 1 - 1
libs/property_tree

@@ -1 +1 @@
-Subproject commit 36234b97e8a9457111b7686381890f7e10efa2cc
+Subproject commit be000f45610ffa601760381027ccb3c5c38f4024

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit e16b3f8ab8132146a3cb3001e425fcf380389e69
+Subproject commit 3ecb3301a21bf907d68c8460f6eff7939627e4bb

+ 1 - 1
libs/random

@@ -1 +1 @@
-Subproject commit 050c8adc7e104f7580345ab84d543877b1c56bae
+Subproject commit d2f73925afb72c8c7a214fdc12959fa437e91eb4

+ 1 - 1
libs/serialization

@@ -1 +1 @@
-Subproject commit e7be2611a403c8298876d8658afe47532d4d3320
+Subproject commit 3ba89eda66a2813acaea7f04e6d6cdcac4bfb19e

+ 1 - 1
libs/spirit

@@ -1 +1 @@
-Subproject commit 99723516385f707dbb88f1dbdba415ca91af7391
+Subproject commit ea40c28899313819b43c33ea889375fafa39230a

+ 1 - 1
libs/test

@@ -1 +1 @@
-Subproject commit 7b7f2b20906120d119ae3cab203fd267b08be805
+Subproject commit 5dbc20b279ed1d5f3f5e55eac82bb921da7fa8c3

+ 1 - 1
libs/type_traits

@@ -1 +1 @@
-Subproject commit bc45b934b6329fb835697d6acf5a4c5d80f968bc
+Subproject commit 4f26adad46d835bc89c77eca5cbd87ef63fbd8fc

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit 61a6015b5ac2fd3d9dc19c314a36a6bf8e8b804a
+Subproject commit b02677375f49572e5eb88c3a711153a337e47659

+ 9 - 9
tools/regression/src/library_status.cpp

@@ -111,7 +111,7 @@ namespace
             for(itr = m_subcolumns.begin(); itr != m_subcolumns.end(); ++itr){
                 std::pair<int, int> spans;
                 spans = itr->second.get_spans();
-                rows = std::max(rows, spans.first);
+                rows = (std::max)(rows, spans.first);
                 cols += spans.second;
             }
             ++rows;
@@ -661,7 +661,7 @@ namespace
         col_node::subcolumns_t::const_iterator itr;
         int max_depth = 1;
         for(itr = root.m_subcolumns.begin(); itr != root.m_subcolumns.end(); ++itr){
-            max_depth = std::max(max_depth, itr->second.rows);
+            max_depth = (std::max)(max_depth, itr->second.rows);
         }
         return max_depth;
     }
@@ -856,9 +856,9 @@ int cpp_main( int argc, char * argv[] ) // note name!
             "  options: --compiler name     Run for named compiler only\n"
             "           --ignore-pass       Do not report tests which pass all compilers\n"
             "           --no-warn           Warnings not reported if test passes\n"
-		    "           --boost-root path default derived from current path.\n"
-		    "           --locate-root path  Path to ALL_LOCATE_TARGET for bjam;\n"
-		    "                               default boost-root.\n"
+            "           --boost-root path default derived from current path.\n"
+            "           --locate-root path  Path to ALL_LOCATE_TARGET for bjam;\n"
+            "                               default boost-root.\n"
             "           --comment path      Path to file containing HTML\n"
             "                               to be copied into status-file.\n"
             "           --notes path        Path to file containing HTML\n"
@@ -873,10 +873,10 @@ int cpp_main( int argc, char * argv[] ) // note name!
         return 1;
     }
 
-	if(boost_root.empty())
-		boost_root = find_boost_root();
-	if ( locate_root.empty() ) 
-		locate_root = boost_root;
+    if(boost_root.empty())
+        boost_root = find_boost_root();
+    if ( locate_root.empty() ) 
+        locate_root = boost_root;
 
     report.open( fs::path( argv[1], fs::native ) );
     if ( !report )

粤ICP备19079148号