File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
``` c++
18
18
#include < iostream>
19
19
#include < ext/convert.hpp>
20
- #include < ext/convert_windows_ .hpp>
20
+ #include < ext/convert_windows .hpp>
21
21
22
22
using std::string_view_literals::operator " " sv;
23
23
@@ -32,7 +32,7 @@ int main() {
32
32
``` c++
33
33
#define PAINFUL_CPP_STRING_CONVERSION_NAMESPACE foo
34
34
#include <ext/convert.hpp>
35
- #include <ext/convert_windows _ .hpp>
35
+ #include <ext/convert_windows .hpp>
36
36
```
37
37
38
38
## 互转表格
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can convert strings through the following API:
17
17
``` c++
18
18
#include < iostream>
19
19
#include < ext/convert.hpp>
20
- #include < ext/convert_windows_ .hpp>
20
+ #include < ext/convert_windows .hpp>
21
21
22
22
using std::string_view_literals::operator " " sv;
23
23
@@ -32,7 +32,7 @@ You can customize namespace:
32
32
``` c++
33
33
#define PAINFUL_CPP_STRING_CONVERSION_NAMESPACE foo
34
34
#include <ext/convert.hpp>
35
- #include <ext/convert_windows _ .hpp>
35
+ #include <ext/convert_windows .hpp>
36
36
```
37
37
38
38
## Conversion matrix
You can’t perform that action at this time.
0 commit comments