regex_constants.h: Add underlying `unsigned int` for enum syntax_option_type.

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
This commit is contained in:
Tim Shen 2013-08-20 10:36:42 +00:00 committed by Tim Shen
parent 8edb8dc817
commit f6f0407c4c
2 changed files with 6 additions and 1 deletions

View 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.

View 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