mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
9 lines
131 B
C++
9 lines
131 B
C++
// Main header for -*- C++ -*- valarray classes.
|
|
|
|
#ifndef __VALARRAY__
|
|
#define __VALARRAY__
|
|
|
|
#include <std/std_valarray.h>
|
|
|
|
#endif
|