home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Programming / gcc-2.95.3-3 / include / g++-3 / valarray < prev    next >
Encoding:
Text File  |  2001-07-15  |  131 b   |  9 lines

  1. // Main header for -*- C++ -*- valarray classes.
  2.  
  3. #ifndef __VALARRAY__
  4. #define __VALARRAY__
  5.  
  6. #include <std/std_valarray.h>
  7.  
  8. #endif
  9.