mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-26 04:25:51 +08:00
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:
parent
8edb8dc817
commit
f6f0407c4c
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user