repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* c-typeck.c (c_expand_asm_operands): Fix typo.
[official-gcc.git]
/
libstdc++
/
valarray
blob
a938b6a68639caddb9210478df0197668747c0c9
1
// Main header for -*- C++ -*- valarray classes.
2
3
#ifndef __VALARRAY__
4
#define __VALARRAY__
5
6
#include <std/std_valarray.h>
7
8
#endif