mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-06 16:57:01 +08:00
Add missing inline to s_2_ws()
This commit is contained in:
parent
3f86a95c07
commit
1147e38c4d
@ -52,7 +52,7 @@ inline DWORD int64_low(int64_t n) noexcept
|
|||||||
return n & 0xffffffff;
|
return n & 0xffffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::wstring s_2_ws(const std::string& s)
|
inline std::wstring s_2_ws(const std::string& s)
|
||||||
{
|
{
|
||||||
if (s.empty())
|
if (s.empty())
|
||||||
return{};
|
return{};
|
||||||
|
|||||||
@ -794,7 +794,7 @@ inline DWORD int64_low(int64_t n) noexcept
|
|||||||
return n & 0xffffffff;
|
return n & 0xffffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::wstring s_2_ws(const std::string& s)
|
inline std::wstring s_2_ws(const std::string& s)
|
||||||
{
|
{
|
||||||
if (s.empty())
|
if (s.empty())
|
||||||
return{};
|
return{};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user