Archived
1
Fork 0

formatted, commentje

This commit is contained in:
Joshua Moerman 2011-05-22 16:57:05 +02:00
parent a0cff27590
commit 851017cc62
2 changed files with 14 additions and 13 deletions

View file

@ -27,6 +27,7 @@ std::ostream& operator<<(std::ostream& out, binary<T> const& rhs){
}
// Array
// NOTE: it uses references...
template <typename T, size_t N>
struct binary_arr {
T const(& thing)[N];