We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
说明说要求最低c++11,但是尝试下来在windows平台编译不过 如果说平台差异那么仅仅是特有的一些函数可能不过 ,但是很多语法感觉都编译不过 例如listener.hxx:112 _OnAccept, void(socket_type)>::value and base::traits::TryInvoke<_OnError, void( boost::system::error_code, boost::string_view)>::value, int>::type)
目前好像c++没看到过有and语法 感觉整个项目通用性不强
The text was updated successfully, but these errors were encountered:
No branches or pull requests
说明说要求最低c++11,但是尝试下来在windows平台编译不过
如果说平台差异那么仅仅是特有的一些函数可能不过 ,但是很多语法感觉都编译不过
例如listener.hxx:112
_OnAccept, void(socket_type)>::value and
base::traits::TryInvoke<_OnError, void(
boost::system::error_code, boost::string_view)>::value, int>::type)
目前好像c++没看到过有and语法
感觉整个项目通用性不强
The text was updated successfully, but these errors were encountered: