-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modern_messagebus.hpp是不是有啥问题? #37
Comments
这个是c++14的特性,需要用c++14 |
1>X:\vistual studio\vs2019\test_study\HashSwitchTest\modern_messagebus.hpp(55,4): error C2672: “message_bus::invoker::call”: 未找到匹配的重载函数 |
请教下,编译的时候报错:
message_bus.h:56:32: error: 'timax' has not been declared
function_traits.h:32:21: error: 'remove_cv_t' is not a member of 'std'
GCC 版本:5.5.0
c++11
The text was updated successfully, but these errors were encountered: