We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c57cd commit 1077da6Copy full SHA for 1077da6
unsupported-features.md
@@ -62,7 +62,7 @@ Due to this ultra-focused design, the following features are not supported and w
62
- [struct members declared as unbounded arrays](https://github.com/pgbovine/opt-cpp-backend/issues/73)
63
- [mixed pointer/array declared types](https://github.com/pgbovine/opt-cpp-backend/issues/74)
64
- [static array initializers](https://github.com/pgbovine/opt-cpp-backend/issues/75)
65
-- C++ STL and string objects aren't visualized nicely (see [GitHub issue](https://github.com/pgbovine/OnlinePythonTutor/issues/256))
+- C++ STL containers and strings aren't visualized nicely (see [GitHub issue](https://github.com/pgbovine/OnlinePythonTutor/issues/256))
66
- haven't tested on various C++ smart pointers yet
67
- haven't tested on inline functions (e.g., explicitly 'inline' or implicitly inlined member functions defined within class definitions, etc)
68
0 commit comments