Commit f6f0407c by Tim Shen Committed by Tim Shen

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
parent 8edb8dc8
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> 2013-08-18 Tim Shen <timshen91@gmail.com>
* include/bits/regex_automaton.h: _S_opcode_backref. * include/bits/regex_automaton.h: _S_opcode_backref.
......
...@@ -77,7 +77,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION ...@@ -77,7 +77,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
* elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
* %set. * %set.
*/ */
enum syntax_option_type enum syntax_option_type : unsigned int
{ {
/** /**
* Specifies that the matching of regular expressions against a character * Specifies that the matching of regular expressions against a character
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment