mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-09 06:44:31 +08:00
9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
|
// Main header for -*- C++ -*- valarray classes.
|
||
|
|
||
|
#ifndef __VALARRAY__
|
||
|
#define __VALARRAY__
|
||
|
|
||
|
#include <std/std_valarray.h>
|
||
|
|
||
|
#endif
|