]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
regex_constants.h: Add underlying `unsigned int` for enum syntax_option_type.
authorTim Shen <timshen91@gmail.com>
Tue, 20 Aug 2013 10:36:42 +0000 (10:36 +0000)
committerTim Shen <timshen@gcc.gnu.org>
Tue, 20 Aug 2013 10:36:42 +0000 (10:36 +0000)
2013-08-20  Tim Shen  <timshen91@gmail.com>

* include/bits/regex_constants.h: Add underlying `unsigned int` for
  enum syntax_option_type.

From-SVN: r201872

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex_constants.h

index 6715e531f0b35cb471658e32cea762bf09410fba..737f89cc8e8d411dc0864930a83b7f07ca61bfd3 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-20  Tim Shen  <timshen91@gmail.com>
+
+       * include/bits/regex_constants.h: Add underlying `unsigned int` for
+         enum syntax_option_type.
+
 2013-08-18  Tim Shen  <timshen91@gmail.com>
 
        * include/bits/regex_automaton.h: _S_opcode_backref.
index 6ac65d7991315b13e85b816a40816ac23b206e97..03e25e2d80451ef22863811218c5649e6f179fd9 100644 (file)
@@ -77,7 +77,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
    * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
    * %set.
    */
-  enum syntax_option_type
+  enum syntax_option_type : unsigned int
     {
       /**
        * Specifies that the matching of regular expressions against a character