Merged Boost.Geometry from revision 71123 to 71336

[SVN r71339]
This commit is contained in:
Barend Gehrels
2011-04-16 23:24:35 +00:00
parent 5a25db7b35
commit ac0807a26f
104 changed files with 2045 additions and 2496 deletions

View File

@@ -71,8 +71,9 @@ struct compile_msvc
command << "u";
}
command << "implementation_status.hpp tmp/t.cpp > tmp/t.out";
// For debugging: << type1 << "_" << type2 << ".out";
command << "implementation_status.hpp tmp/t.cpp > tmp/t" //.out";
// For debugging:
<< type1 << "_" << type2 << ".out";
int failed = system(command.str().c_str());
return failed == 0;
@@ -300,7 +301,9 @@ int main(int argc, char** argv)
algorithms.push_back(algorithm("correct"));
algorithms.push_back(algorithm("distance", 2));
algorithms.push_back(algorithm("centroid", 2));
//algorithms.push_back(algorithm("within", 2));
algorithms.push_back(algorithm("intersects", 2));
algorithms.push_back(algorithm("within", 2));
algorithms.push_back(algorithm("equals", 2));
typedef std::vector<cs> cs_type;
cs_type css;