X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=include%2Fanna%2Fcore%2Fmt%2FThreadData.hpp;h=da47d4babe2c97bd3a3011d708588370ec4d4a53;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=707318ee27480700f2bc27b13e83e5fdb8756b3b;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/include/anna/core/mt/ThreadData.hpp b/include/anna/core/mt/ThreadData.hpp index 707318e..da47d4b 100644 --- a/include/anna/core/mt/ThreadData.hpp +++ b/include/anna/core/mt/ThreadData.hpp @@ -37,7 +37,7 @@ public: Si no existen se crean mediante el contructor vacio. \return Los datos asociados al thread desde el que se invoca a este metodo. */ - T& get() throw() { + T& get() { #ifndef _MT return a_data; #else