This website works better with JavaScript.
Home
Explore
Help
Sign In
antkeeper
/
source
Watch
1
Star
0
Fork
0
Code
Issues
8
Pull Requests
0
Releases
0
Activity
Browse Source
Fix typo in UTF conversion function declaration
master
C. J. Howard
3 years ago
parent
0f96f130eb
commit
984c8d11e9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/type/unicode/convert.hpp
+ 1
- 1
src/type/unicode/convert.hpp
View File
@ -39,7 +39,7 @@ std::u32string u32(const std::string& u8);
*
@
param
u32
UTF
-
32
string
.
*
@
return
UTF
-
8
string
.
*/
std
:
:
string
u
32
(
const
std
:
:
u32string
&
u32
)
;
std
:
:
string
u
8
(
const
std
:
:
u32string
&
u32
)
;
}
// namespace unicode
}
// namespace type
Write
Preview
Loading…
Cancel
Save