8000 add TODO for eval bug · Z80coder/datalog-cpp@f2ab34e · GitHub
[go: up one dir, main page]

Skip to content

Commit f2ab34e

Browse files
author
wright
committed
add TODO for eval bug
1 parent 85861be commit f2ab34e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Datalog.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,12 @@ struct Relation
155155
typedef unordered_set<Ground> Set;
156156
#endif
157157

158+
// XXXX
159+
// TODO: unordered_set implementation does not ignore tracking number
160+
// FIXME
161+
158162
typedef pair<size_t, Ground> TrackedGround;
159-
#if 0
163+
#if 1
160164
struct compare {
161165
bool operator() (const TrackedGround& lhs, const TrackedGround& rhs) const {
162166
// ignore tracking number

0 commit comments

Comments
 (0)
0