libstdc++: Fix comments in test that reference wrong subclause of C++11
libstdc++-v3/ChangeLog: * testsuite/28_regex/traits/char/transform_primary.cc: Fix subclause numbering in references to the standard.
This commit is contained in:
parent
25eb892a8c
commit
9cc31b4e07
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// 28.3 Requirements [re.req]
|
||||
// 28.2 (4) Table 127 - Regular expression traits class requirements
|
||||
// 28.7 Class template regex_traits [re.traits]
|
||||
// C++11 28.3 Requirements [re.req]
|
||||
// C++11 28.3 (4) Table 137 - Regular expression traits class requirements
|
||||
// C++11 28.7 Class template regex_traits [re.traits]
|
||||
|
||||
#include <regex>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Reference in a new issue