Skip to content

Commit 6fc6434

Browse files
Merge pull request #5140 from MicrosoftDocs/main638694522398403870sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 4d8a0d7 + 2591fed commit 6fc6434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/atl-mfc-shared/codesnippet/CPP/cstringt-class_37.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
// or an apostrophe(').
44
// typedef CStringT<TCHAR, StrTraitATL<TCHAR, ChTraitsCRT<TCHAR>>> CAtlString;
55

6-
CAtlString src(_T("World Cup '98"));
6+
CAtlString src(_T("abcdef"));
77

88
_tprintf_s(_T("%s"),src.SpanExcluding(_T(";,.-'")));

0 commit comments

Comments
 (0)