mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 18:40:15 +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
|