Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node_Set::Clear() is not implemented #120

Open
pozdneev opened this issue Feb 1, 2013 · 0 comments
Open

Node_Set::Clear() is not implemented #120

pozdneev opened this issue Feb 1, 2013 · 0 comments

Comments

@pozdneev
Copy link

pozdneev commented Feb 1, 2013

Compilation of file test.gm

Procedure test(G: Graph, s: Node_Set(G)) {
        s.Clear();
}

gives

test.gm:In procedure test:
test.gm:2: 43: error: Invalid built-in:Clear

File ./src/inc/gm_builtin.h does not have GM_BLTIN_SET_CLEAR item.

Thus, I conclude that Node_Set::Clear() is not implemented.
But documentation says, that Node_Set::Clear() exists (4.5.1 Built-in Operations Collection Types).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant