index
:
voidc.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
array.cc
blob: 0238c05866b83e0a81f70613e721733e857ccef5 (
plain
)
1
2
3
4
5
6
7
8
9
#ifndef ARRAY_CC #define ARRAY_CC template<typename T> struct Array { }; #endif