stallion5632
stallion5632
我想问如何知道Attach函数的输入函数F的所有形参类型? Attach函数原型如下: //注册消息 template void Attach(F&& f, const string& strTopic="") { auto func = to_function(std::forward(f)); Add(strTopic, std::move(func)); } 因为我需要记录这些形参类型,在调用的时候首先尝试进行强制转换。 感谢回复
the error info is : "m_s2" : can't find the identifier but, works well in gcc 4.9. I try to fix this compile error, but failed!
``` test@ubuntu:~/micropython/ports/unix$ make -j6 Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. CC input.c CC modtime.c CC moduselect.c CC alloc.c CC fatfs_port.c In file included...
英文应该是写错了吧,是单写多读