Skip to content

Commit 1077da6

Browse files
authored
Update unsupported-features.md
1 parent 23c57cd commit 1077da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unsupported-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Due to this ultra-focused design, the following features are not supported and w
6262
- [struct members declared as unbounded arrays](https://github.com/pgbovine/opt-cpp-backend/issues/73)
6363
- [mixed pointer/array declared types](https://github.com/pgbovine/opt-cpp-backend/issues/74)
6464
- [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))
65+
- C++ STL containers and strings aren't visualized nicely (see [GitHub issue](https://github.com/pgbovine/OnlinePythonTutor/issues/256))
6666
- haven't tested on various C++ smart pointers yet
6767
- haven't tested on inline functions (e.g., explicitly 'inline' or implicitly inlined member functions defined within class definitions, etc)
6868

0 commit comments

Comments
 (0)