summaryrefslogtreecommitdiff
path: root/src/util/ntuple.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-04-11 16:31:03 +0000
committerMorgan Deters <mdeters@gmail.com>2012-04-11 16:31:03 +0000
commitd01d291be3213368985f28d0072905c4f033d5ff (patch)
tree8524a2b6a00c012221ecca9266c3ab9fb11989ed /src/util/ntuple.h
parent889853e225687dfef36b15ca1dccf74682e0fd66 (diff)
merge from arrays-clark branch
Diffstat (limited to 'src/util/ntuple.h')
-rw-r--r--src/util/ntuple.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/ntuple.h b/src/util/ntuple.h
index 4f8b73945..a3d28977f 100644
--- a/src/util/ntuple.h
+++ b/src/util/ntuple.h
@@ -30,6 +30,7 @@ public:
T1 first;
T2 second;
T3 third;
+ triple() {}
triple(const T1& t1, const T2& t2, const T3& t3) :
first(t1),
second(t2),
@@ -50,6 +51,7 @@ public:
T2 second;
T3 third;
T4 fourth;
+ quad() {}
quad(const T1& t1, const T2& t2, const T3& t3, const T4& t4) :
first(t1),
second(t2),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback