Skip to content

Commit a3a7165

Browse files
authored
Update cvt-wstring.md
1 parent bcac7f6 commit a3a7165

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/standard-library/cvt-wstring.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ helpviewer_keywords: ["cvt/wstring header"]
77
---
88
# `<cvt/wstring>`
99

10-
The header `<cvt/wstring>` in previous versions of Visual Studio defined the class template [`wstring_convert`](../standard-library/wstring-convert-class.md) in the stdext::cvt namespace. The header is maintained for backward compatibility. New code should use the version of the class that is defined in [\<locale>](../standard-library/locale.md) in the `std` namespace
10+
The header `<cvt/wstring>` in previous versions of Visual Studio defined the class template [`wstring_convert`](wstring-convert-class.md) in the `stdext::cvt` namespace. The header is maintained for backward compatibility. New code should use the version of the class that is defined in [`<locale>`](locale.md) in the `std` namespace.
1111

1212
## Syntax
1313

1414
```cpp
1515
#include <cvt/wstring>
1616
```
1717

18-
## Requirements
19-
2018
## See also
2119

2220
[Header Files Reference](../standard-library/cpp-standard-library-header-files.md)

0 commit comments

Comments
 (0)