mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
helpers: 201103L have to_string
Origin commit data
------------------
Branch: ni/coolstream
Commit: 80f7d0a299
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-10-24 (Mon, 24 Oct 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1125,7 +1125,7 @@ std::vector<std::string> split(const std::string &s, char delim)
|
|||||||
return vec;
|
return vec;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if __cplusplus <= 201103L
|
#if __cplusplus < 201103L
|
||||||
std::string to_string(int i)
|
std::string to_string(int i)
|
||||||
{
|
{
|
||||||
std::stringstream s;
|
std::stringstream s;
|
||||||
|
@@ -117,7 +117,7 @@ class CFileHelpers
|
|||||||
|
|
||||||
uint32_t GetWidth4FB_HW_ACC(const uint32_t _x, const uint32_t _w, const bool max=true);
|
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(int);
|
||||||
std::string to_string(unsigned int);
|
std::string to_string(unsigned int);
|
||||||
std::string to_string(long);
|
std::string to_string(long);
|
||||||
|
Reference in New Issue
Block a user