Forward declaration of nested types/classes in C++

You can’t do it, it’s a hole in the C++ language. You’ll have to un-nest at least one of the nested classes.

Leave a Comment