| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -170,13 +170,6 @@ std::string GenerateID() { | |||
| 170 | 170 | buffer[7]); | |
| 171 | 171 | return uuid; | |
| 172 | 172 | } | |
| 173 | - | ||
| 174 | - // std::to_string is not available on Smart OS and ARM flavours | ||
| 175 | - const std::string to_string(uint64_t number) { | ||
| 176 | - std::ostringstream result; | ||
| 177 | - result << number; | ||
| 178 | - return result.str(); | ||
| 179 | - } | ||
| 180 | 173 | } // namespace | |
| 181 | 174 | ||
| 182 | 175 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments