Skip to content

Commit

Permalink
fix class/struct mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
edrosten committed Jul 28, 2011
1 parent 2c0e951 commit 8de2f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag/tuple.h
Expand Up @@ -368,7 +368,7 @@ namespace tag
};


template<class X, class Y> friend class R_list;
template<class X, class Y> friend struct R_list;
void operator=(const equivalent_V_list& vlist)
{
val = vlist.val;
Expand Down

0 comments on commit 8de2f3c

Please sign in to comment.