8000 disambiguate · Z80coder/datalog-cpp@4341519 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4341519

Browse files
committed
disambiguate
1 parent 223f01b commit 4341519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Datalog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ ostream & operator<<(ostream &out, const typename RELATION_TYPE::Set& relationSe
285285
{
286286
out << "\"" << typeid(relationSet).name() << "\"" << endl;
287287
for (const auto& tuple : relationSet) {
288-
operator<< <RELATION_TYPE>(out, tuple);
288+
datalog::operator<< <RELATION_TYPE>(out, tuple);
289289
out << endl;
290290
}
291291
return out;

0 commit comments

Comments
 (0)
0