home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stl453up.zip / stl453fx / stlport / old_hp / numeric.h < prev    next >
C/C++ Source or Header  |  2002-04-29  |  800b  |  26 lines

  1. /*
  2.  * Copyright (c) 1997
  3.  * Mark of the Unicorn, Inc.
  4.  *
  5.  * Permission to use, copy, modify, distribute and sell this software
  6.  * and its documentation for any purpose is hereby granted without fee,
  7.  * provided that the above copyright notice appear in all copies and
  8.  * that both that copyright notice and this permission notice appear
  9.  * in supporting documentation.  Mark of the Unicorn, Inc. makes no
  10.  * representations about the suitability of this software for any
  11.  * purpose.  It is provided "as is" without express or implied warranty.
  12.  *
  13.  */
  14.  
  15. #ifndef _STLP_NUMERIC_H
  16. # define _STLP_NUMERIC_H
  17.  
  18. #ifndef __MWERKS__
  19. # error This file should be removed from installations not using the Metrowerks Standard Library
  20. #else
  21. # include <numeric>
  22. //# include <algo.h>
  23. #endif
  24.  
  25. # endif // _STLP_NUMERIC_H
  26.