00001 /* 00002 * Copyright (c) 1997 00003 * Mark of the Unicorn, Inc. 00004 * 00005 * Permission to use, copy, modify, distribute and sell this software 00006 * and its documentation for any purpose is hereby granted without fee, 00007 * provided that the above copyright notice appear in all copies and 00008 * that both that copyright notice and this permission notice appear 00009 * in supporting documentation. Mark of the Unicorn, Inc. makes no 00010 * representations about the suitability of this software for any 00011 * purpose. It is provided "as is" without express or implied warranty. 00012 * 00013 */ 00014 00015 #ifndef _STLP_NUMERIC_H 00016 # define _STLP_NUMERIC_H 00017 00018 #ifndef __MWERKS__ 00019 # error This file should be removed from installations not using the Metrowerks Standard Library 00020 #else 00021 # include <numeric> 00022 //# include <algo.h> 00023 #endif 00024 00025 # endif // _STLP_NUMERIC_H