// Copyright (c) 2008 Michael Miceli and Christopher Miceli // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef UNORDERED_MAP #define UNORDERED_MAP #include #include #include #include namespace MapReduce { typedef boost::shared_ptr > strVectorPtr; typedef boost::unordered_map unorderedMap; }//namespace MapReduce #endif