X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=include%2Fanna%2Fcore%2Ffunctions.hpp;h=382a625a40f1b3af33acfee79cb741e35d7d0bd4;hp=3c372274fc5923b0d96426d5cfcc0129cd27173b;hb=cc05f3d8a5100af6415f9520813e3326f7ffd69f;hpb=bd64a436427ec210c909afa372fcbb4af87edaf3 diff --git a/include/anna/core/functions.hpp b/include/anna/core/functions.hpp index 3c37227..382a625 100644 --- a/include/anna/core/functions.hpp +++ b/include/anna/core/functions.hpp @@ -103,22 +103,6 @@ struct functions { */ static std::string asString(const unsigned int number) throw(); - /** - \param number Numero a convertir. - @return Un literal con el numero sin signo convertido a cadena decimal. - */ - static std::string asString(const unsigned long long int number) throw() { - return asString((U64)number); - } - - /** - \param number Numero a convertir. - @return Un literal con el numero sin signo convertido a cadena decimal. - */ - static std::string asString(const long long int number) throw() { - return asString((S64)number); - } - /** Devuelve un literal con tel numero convertido a cadena decimal @return Un literal con el numero signo convertido a cadena decimal.