Added Examples to the rtree docs.

[SVN r82873]
This commit is contained in:
Adam Wulkiewicz
2013-02-14 14:33:47 +00:00
parent bf815512cc
commit b2cf485512
10 changed files with 272 additions and 16 deletions

View File

@@ -8,6 +8,8 @@
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//[rtree_quickstart
//[rtree_quickstart_include
#include <boost/geometry.hpp>
@@ -75,3 +77,5 @@ int main(void)
return 0;
}
//]