whitespaces
This commit is contained in:
parent
98d7d9e918
commit
fb517d349c
1 changed files with 6 additions and 6 deletions
|
|
@ -14,13 +14,13 @@ namespace sextant
|
|||
namespace parser
|
||||
{
|
||||
|
||||
inline std::u32string to_u32string (const std::string& arg)
|
||||
{
|
||||
std::wstring_convert<std::codecvt_utf8<char32_t>, char32_t> converter;
|
||||
std::u32string u32str = converter.from_bytes (arg.c_str ());
|
||||
inline std::u32string to_u32string (const std::string& arg)
|
||||
{
|
||||
std::wstring_convert<std::codecvt_utf8<char32_t>, char32_t> converter;
|
||||
std::u32string u32str = converter.from_bytes (arg.c_str ());
|
||||
|
||||
return u32str;
|
||||
}
|
||||
return u32str;
|
||||
}
|
||||
|
||||
inline cl_object to_cl_object(bool arg)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue