/* Copyright (c) 1997-2006
   Ewgenij Gawrilow, Michael Joswig (Technische Universitaet Berlin, Germany)
   http://www.math.tu-berlin.de/polymake,  mailto:polymake@math.tu-berlin.de

   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the
   Free Software Foundation; either version 2, or (at your option) any
   later version: http://www.gnu.org/licenses/gpl.txt.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
*/

#ifndef _POLYMAKE_STD_XMEMORY
#define _POLYMAKE_STD_XMEMORY "$Project: polymake $$Id: xmemory,v 1.3 2006/02/01 17:39:16 gawrilow Exp $"

#if defined(__INTEL_COMPILER) && !defined(__GNUC__)

#include_next <xmemory>

namespace pm {
   typedef std::allocator<char> allocator;
}

#endif // _POLYMAKE_ICC_ONLY

#endif // _POLYMAKE_STD_XMEMORY

// Local Variables:
// mode:C++
// End:
