"include/vscode:/vscode.git/clone" did not exist on "3672d0701b1f2cb1064697d56b32f5a0f5cae54f"
- 19 Aug, 2009 1 commit
-
-
Jesse Beder authored
Converted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list)
-