mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
overloads for all int types are tricky
This commit is contained in:
parent
fd29588702
commit
7d2e641966
|
@ -99,7 +99,7 @@ string string::from(std::uint64_t i)
|
||||||
return string(std::to_string(i).c_str());
|
return string(std::to_string(i).c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifdef __APPLE__
|
||||||
template<>
|
template<>
|
||||||
string string::from(std::size_t i)
|
string string::from(std::size_t i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user