For compatibility with MSVC, a friend declaration also act as a forward...
For compatibility with MSVC, a friend declaration also act as a forward declaration if the tag name is not already declared. The tag name is declared in the next outermost non record scope. Example: class A { friend class B; B* b; }; B* global_b; llvm-svn: 132332
Loading
Please register or sign in to comment