components/stdcxx/patches/052-COLLAPSE_TEMPLATE_STATICS.cpp.patch
changeset 402 94ae4d75524c
equal deleted inserted replaced
401:bf52ef48020c 402:94ae4d75524c
       
     1 --- stdcxx-4.2.1/etc/config/src/COLLAPSE_TEMPLATE_STATICS.cpp	2008-04-24 20:25:44.000000000 -0400
       
     2 +++ stdcxx-4.2.1/etc/config/src/COLLAPSE_TEMPLATE_STATICS.cpp	2009-07-25 15:27:31.713328000 -0400
       
     3 @@ -28,12 +28,11 @@
       
     4  #  ifndef _RWSTD_NO_collapse_template_statics.lib
       
     5  
       
     6       // link this compiled translation unit with the lib below
       
     7 -     // LDOPTS = collapse_template_statics.lib$(LIBSUFFIX)
       
     8 +     // LDOPTS = -lcollapse_template_statics.lib
       
     9  
       
    10  #  endif   // _RWSTD_NO_collapse_template_statics.lib
       
    11  #endif   // 0
       
    12  
       
    13 -
       
    14  // also defined in collapse_template_statics.lib.cpp
       
    15  template <class T>
       
    16  struct S
       
    17 @@ -60,3 +59,4 @@
       
    18  
       
    19      return !(i != j);
       
    20  }
       
    21 +