std::cerr<<"Warning: "<<__FILE__<<":"<<__LINE__<<" impossible to check the type "<<demangle(typeid(T).name())<<" please consider to add a static method \"void noPointers()\"\n";
std::cerr<<"Error: "<<__FILE__<<":"<<__LINE__<<" the type "<<demangle(typeid(T).name())<<" has pointers inside, sending pointers values has no sense\n";