X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Fdbms%2FInteger.cpp;fp=source%2Fdbms%2FInteger.cpp;h=d183a6e86080091941e68362b3b023f44a902f07;hp=605a20be7f7f49a0479311f900e973f4aa77270d;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/source/dbms/Integer.cpp b/source/dbms/Integer.cpp index 605a20b..d183a6e 100644 --- a/source/dbms/Integer.cpp +++ b/source/dbms/Integer.cpp @@ -13,7 +13,7 @@ using namespace anna; std::string dbms::Integer::asString() const -throw() { +{ std::string result("dbms::Integer { "); result += dbms::Data::asString(); result += " | Valor: ";