From e06b75860a9d46e971d7c638e1ce8a03b46b1f7b Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 3 Feb 2011 19:05:11 -0700 Subject: std::hash -> boost::hash --- sot/source/sdstor/stgcache.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot') diff --git a/sot/source/sdstor/stgcache.cxx b/sot/source/sdstor/stgcache.cxx index 4087bdb77a24..ffee054f7257 100644 --- a/sot/source/sdstor/stgcache.cxx +++ b/sot/source/sdstor/stgcache.cxx @@ -54,7 +54,7 @@ typedef boost::unordered_map < INT32, StgPage *, - std::hash< INT32 >, + boost::hash< INT32 >, std::equal_to< INT32 > > UsrStgPagePtr_Impl; #ifdef _MSC_VER -- cgit v1.2.1