mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
helpers: 201103L have to_string
This commit is contained in:
@@ -117,7 +117,7 @@ class CFileHelpers
|
||||
|
||||
uint32_t GetWidth4FB_HW_ACC(const uint32_t _x, const uint32_t _w, const bool max=true);
|
||||
|
||||
#if __cplusplus <= 201103L
|
||||
#if __cplusplus < 201103L
|
||||
std::string to_string(int);
|
||||
std::string to_string(unsigned int);
|
||||
std::string to_string(long);
|
||||
|
Reference in New Issue
Block a user