Open pozdneev opened 11 years ago
Compilation of file test.gm
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.
./src/inc/gm_builtin.h
GM_BLTIN_SET_CLEAR
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).
Node_Set::Clear()
Compilation of file
test.gm
gives
File
./src/inc/gm_builtin.h
does not haveGM_BLTIN_SET_CLEAR
item.Thus, I conclude that
Node_Set::Clear()
is not implemented. But documentation says, thatNode_Set::Clear()
exists (4.5.1 Built-in Operations Collection Types).