mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-27 13:33:17 +08:00
Add missing PUGI__FN to string_to_integer
This commit is contained in:
parent
956be4ca4b
commit
101f32884f
@ -4439,7 +4439,7 @@ PUGI__NS_BEGIN
|
|||||||
}
|
}
|
||||||
|
|
||||||
// get value with conversion functions
|
// get value with conversion functions
|
||||||
template <typename U> U string_to_integer(const char_t* value, U minneg, U maxpos)
|
template <typename U> PUGI__FN U string_to_integer(const char_t* value, U minneg, U maxpos)
|
||||||
{
|
{
|
||||||
U result = 0;
|
U result = 0;
|
||||||
const char_t* s = value;
|
const char_t* s = value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user