File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717``` c++
1818#include < iostream>
1919#include < ext/convert.hpp>
20- #include < ext/convert_windows_ .hpp>
20+ #include < ext/convert_windows .hpp>
2121
2222using std::string_view_literals::operator " " sv;
2323
@@ -32,7 +32,7 @@ int main() {
3232``` c++
3333#define PAINFUL_CPP_STRING_CONVERSION_NAMESPACE foo
3434#include <ext/convert.hpp>
35- #include <ext/convert_windows _ .hpp>
35+ #include <ext/convert_windows .hpp>
3636```
3737
3838## 互转表格
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You can convert strings through the following API:
1717``` c++
1818#include < iostream>
1919#include < ext/convert.hpp>
20- #include < ext/convert_windows_ .hpp>
20+ #include < ext/convert_windows .hpp>
2121
2222using std::string_view_literals::operator " " sv;
2323
@@ -32,7 +32,7 @@ You can customize namespace:
3232``` c++
3333#define PAINFUL_CPP_STRING_CONVERSION_NAMESPACE foo
3434#include <ext/convert.hpp>
35- #include <ext/convert_windows _ .hpp>
35+ #include <ext/convert_windows .hpp>
3636```
3737
3838## Conversion matrix
You can’t perform that action at this time.
0 commit comments