Skip to content
  • Douglas Gregor's avatar
    Do not give implicitly-defined virtual members functions · d8bb3aff
    Douglas Gregor authored
    available_externally linkage, since they may not have been given a
    strong definition in another translation unit. Without this patch, the
    following test case fails to link with a GCC-compiled libstdc++:
    
      #include <sstream>
      int main() { std::basic_stringbuf<char> bs; }
    
    Fixes the last problem with the Boost.IO library.
    
    llvm-svn: 103208
    d8bb3aff
Loading