rtree object size decreased by deriving allocators holder from allocators

[SVN r82918]
This commit is contained in:
Adam Wulkiewicz
2013-02-16 01:21:32 +00:00
parent f43d5ca8f3
commit cb38c7b034
5 changed files with 152 additions and 122 deletions

View File

@@ -55,6 +55,8 @@ int main()
//typedef bgi::rtree<B, bgi::rstar<32, 8> > RT;
//typedef bgi::rtree<B, bgi::runtime::rstar > RT;
std::cout << "sizeof rtree: " << sizeof(RT) << std::endl;
for (;;)
{
RT t;