From: Tim Shen Date: Tue, 20 Aug 2013 10:36:42 +0000 (+0000) Subject: regex_constants.h: Add underlying `unsigned int` for enum syntax_option_type. X-Git-Tag: upstream/12.2.0~68325 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6f0407c4c52058175ba35f776d7b1aaadd8cb40;p=platform%2Fupstream%2Fgcc.git regex_constants.h: Add underlying `unsigned int` for enum syntax_option_type. 2013-08-20 Tim Shen * include/bits/regex_constants.h: Add underlying `unsigned int` for enum syntax_option_type. From-SVN: r201872 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6715e53..737f89c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2013-08-20 Tim Shen + + * include/bits/regex_constants.h: Add underlying `unsigned int` for + enum syntax_option_type. + 2013-08-18 Tim Shen * include/bits/regex_automaton.h: _S_opcode_backref. diff --git a/libstdc++-v3/include/bits/regex_constants.h b/libstdc++-v3/include/bits/regex_constants.h index 6ac65d7..03e25e2 100644 --- a/libstdc++-v3/include/bits/regex_constants.h +++ b/libstdc++-v3/include/bits/regex_constants.h @@ -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