[BACK]Return to ctype_base.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / gcc / dist / libstdc++-v3 / config / os / bsd / netbsd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2014/03/01 08:41:36 version 1.1.1.3, 2016/01/24 06:05:54
Line 1 
Line 1 
 // Locale support -*- C++ -*-  // Locale support -*- C++ -*-
   
 // Copyright (C) 2000-2013 Free Software Foundation, Inc.  // Copyright (C) 2000-2015 Free Software Foundation, Inc.
 //  //
 // This file is part of the GNU ISO C++ Library.  This library is free  // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the  // software; you can redistribute it and/or modify it under the
Line 70  _GLIBCXX_BEGIN_NAMESPACE_VERSION
Line 70  _GLIBCXX_BEGIN_NAMESPACE_VERSION
     static const mask punct     = _CTYPE_P;      static const mask punct     = _CTYPE_P;
     static const mask alnum     = _CTYPE_U | _CTYPE_L | _CTYPE_N;      static const mask alnum     = _CTYPE_U | _CTYPE_L | _CTYPE_N;
 #endif  #endif
   #if __cplusplus >= 201103L
       static const mask blank     = space;
   #endif
   };    };
   
 _GLIBCXX_END_NAMESPACE_VERSION  _GLIBCXX_END_NAMESPACE_VERSION

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

CVSweb <webmaster@jp.NetBSD.org>