components/stdcxx/patches/095-19565781.patch
changeset 4498 ce7fc2376fb0
equal deleted inserted replaced
4494:f5b717124172 4498:ce7fc2376fb0
       
     1 # Internal patch for Studio C++ 12.4.
       
     2 # The upstream project at the ASF is defunct.
       
     3 --- stdcxx-4.2.1/include/rw/_config-sunpro.h    Mon Apr  6 12:06:23 2015
       
     4 +++ stdcxx-4.2.1/include/rw/_config-sunpro.h Tue Apr  7 14:35:34 2015
       
     5 @@ -63,3 +63,8 @@
       
     6  #  define _RWSTD_STRICT_SPARCV8_MUTEX_ALIGNMENT 1
       
     7  #endif
       
     8 
       
     9 +#if defined(_TEMPLATE_NO_EXTDEF)
       
    10 +#undef _RWSTD_NO_IMPLICIT_INCLUSION
       
    11 +#define _RWSTD_NO_IMPLICIT_INCLUSION
       
    12 +#endif
       
    13 +
       
    14 --- stdcxx-4.2.1/include/loc/_numpunct.h	Mon Mar 30 23:03:58 2015
       
    15 +++ stdcxx-4.2.1/include/loc/_numpunct.h	Wed Apr  1 23:04:38 2015
       
    16 @@ -84,7 +84,7 @@
       
    17  
       
    18  protected:
       
    19  
       
    20 -    virtual ~numpunct () { }
       
    21 +    virtual ~numpunct () ;
       
    22  
       
    23      // 22.2.3.1.2, p1
       
    24      virtual char_type do_decimal_point () const {