|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81909 - sandbox-branches/geometry/index/tests
From: adam.wulkiewicz_at_[hidden]
Date: 2012-12-13 13:50:39
Author: awulkiew
Date: 2012-12-13 13:50:38 EST (Thu, 13 Dec 2012)
New Revision: 81909
URL: http://svn.boost.org/trac/boost/changeset/81909
Log:
Removed not compiling test code from GLUT Vis.
Text files modified:
sandbox-branches/geometry/index/tests/additional_glut_vis.cpp | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
Modified: sandbox-branches/geometry/index/tests/additional_glut_vis.cpp
==============================================================================
--- sandbox-branches/geometry/index/tests/additional_glut_vis.cpp (original)
+++ sandbox-branches/geometry/index/tests/additional_glut_vis.cpp 2012-12-13 13:50:38 EST (Thu, 13 Dec 2012)
@@ -528,15 +528,8 @@
}
}
-#include <boost/geometry/geometries/segment.hpp>
-#include <boost/geometry/geometries/linestring.hpp>
-
int main(int argc, char **argv)
{
- bg::model::linestring<P> s;
- B b;
- bg::intersects(s, b);
-
glutInit(&argc, argv);
glutInitDisplayMode(GLUT_DEPTH | GLUT_SINGLE | GLUT_RGBA);
glutInitWindowPosition(100,100);
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk