Skip to content

Commit

Permalink
Removed note.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Jul 13, 2019
1 parent ae9ce5f commit 75b76e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void _describe(F f, D doc, Args... args) {

// Class member function.
template <class U, class V, class D, class... Args>
void _describe(Tuple<U, V> t, D doc, Args... args) { // TODO t&?
void _describe(Tuple<U, V> t, D doc, Args... args) {
_writeDescription(t.tail.head, doc);
_describe(args...);
}
Expand Down

0 comments on commit 75b76e3

Please sign in to comment.