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<<"Warning: "<<__FILE__<<":"<<__LINE__<<" impossible to check the type "<<demangle(typeid(T).name())<<" please consider to add a static method \"static bool noPointers()\"\n";
break;
}
casePNP::POINTERS:
...
...
@@ -722,7 +722,38 @@ public:
* in case you want to send data without knowledge from the other side
* consider to use sendRecvMultipleMessages
*
* \warning operation are async execute must be called to ensure they are executed
* \warning operation is asynchronous execute must be called to ensure they are executed