From ed9ad9c67a81a93ff3752afb5132c53cc95705f2 Mon Sep 17 00:00:00 2001 From: Buote Xu Date: Tue, 22 May 2012 20:39:31 +0200 Subject: [PATCH] memory optimization --- include/fbi/boost/fbi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/fbi/boost/fbi.h b/include/fbi/boost/fbi.h index bf7c43e..50d6078 100644 --- a/include/fbi/boost/fbi.h +++ b/include/fbi/boost/fbi.h @@ -85,7 +85,7 @@ namespace fbi { * */ - typedef boost::uint_fast32_t IntType; + typedef boost::uint32_t IntType; typedef std::vector::size_type size_type; typedef std::vector::difference_type diff_type; @@ -757,7 +757,6 @@ BOOST_MPL_ASSERT_MSG((boost::is_same::value), KEY_TYPES_DON createPtrVector(dataIntervalVector); ResultType resultVector(offset + qdataContainer.size()); - typename boost::tuples::element<0,key_type>::type dimLimits = boost::tuples::get<0>(state.getLimits()); // Call the hybrid algorithm for stabbing queries in the interval vector. HybridScanner::