numeric 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*
  2. *
  3. * Copyright (c) 1994
  4. * Hewlett-Packard Company
  5. *
  6. * Copyright (c) 1996,1997
  7. * Silicon Graphics Computer Systems, Inc.
  8. *
  9. * Copyright (c) 1999
  10. * Boris Fomitchev
  11. *
  12. * This material is provided "as is", with absolutely no warranty expressed
  13. * or implied. Any use is at your own risk.
  14. *
  15. * Permission to use or copy this software for any purpose is hereby granted
  16. * without fee, provided the above notices are retained on all copies.
  17. * Permission to modify the code and to distribute modified code is granted,
  18. * provided the above notices are retained, and a notice that the code was
  19. * modified is included with the above copyright notice.
  20. *
  21. */
  22. #ifndef _STLP_NUMERIC
  23. #ifndef _STLP_OUTERMOST_HEADER_ID
  24. # define _STLP_OUTERMOST_HEADER_ID 0x49
  25. # include <stl/_prolog.h>
  26. # define _STLP_NUMERIC
  27. #endif
  28. #if (_STLP_OUTERMOST_HEADER_ID == 0x49)
  29. # ifndef _STLP_INTERNAL_NUMERIC_H
  30. # include <stl/_numeric.h>
  31. # endif
  32. #endif
  33. #if (_STLP_OUTERMOST_HEADER_ID != 0x49) || defined (_STLP_IMPORT_VENDOR_STD)
  34. # if defined (_STLP_HAS_INCLUDE_NEXT)
  35. # include_next <numeric>
  36. # else
  37. # include _STLP_NATIVE_HEADER(numeric)
  38. # endif
  39. #endif
  40. #if (_STLP_OUTERMOST_HEADER_ID == 0x49)
  41. # include <stl/_epilog.h>
  42. # undef _STLP_OUTERMOST_HEADER_ID
  43. #endif
  44. #endif /* _STLP_NUMERIC */
  45. // Local Variables:
  46. // mode:C++
  47. // End: