.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@9819 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-05-11 09:09:39 +00:00
parent 252a34a760
commit 0a4ab410ec

View file

@ -13,7 +13,6 @@ struct Tuple;
template <typename A>
struct TupleN<1, A>
{
public:
A a;
bool operator==(const TupleN& x) const { return a == x.a; }