mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Minor simplification.
This commit is contained in:
parent
34bf4e50eb
commit
01ab0bb184
1 changed files with 1 additions and 1 deletions
|
@ -3676,7 +3676,7 @@ public class AST2TemplateTests extends AST2BaseTest {
|
||||||
// template<typename _CharT>
|
// template<typename _CharT>
|
||||||
// struct BasicString : public VersaString<_CharT> {
|
// struct BasicString : public VersaString<_CharT> {
|
||||||
// typedef typename VersaString<_CharT>::size_type size_type;
|
// typedef typename VersaString<_CharT>::size_type size_type;
|
||||||
// BasicString substr(size_type __pos = 0) const;
|
// BasicString substr(size_type pos) const;
|
||||||
// };
|
// };
|
||||||
//
|
//
|
||||||
// void test(BasicString<char> s) {
|
// void test(BasicString<char> s) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue