Skip to content
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

严重性 代码 说明 项目 文件 行 禁止显示状态 错误(活动) E0283 不允许使用限定名 #1126

Open
meetedlike opened this issue Feb 20, 2024 · 0 comments

Comments

@meetedlike
Copy link

#include <boost/algorithm/string.hpp>
#include
#include
#include
#include <boost/thread.hpp>
#include
#include <websocketpp/config/asio_no_tls.hpp>
#include <websocketpp/server.hpp>

//名称与值数据对
struct NameAndValue
{
std::string strName;
std::string strValue;
};
// 字符串分割
int StringSplit(std::vectorstd::string& dst, const std::string& src, const std::string& separator);
//去前后空格
std::string& StringTrim(std::string& str);
//获取请求命令与参数
bool GetReqeustCommandAndParmeter(std::string strUri, std::string& strRequestOperateCommand, std::list& listRequestOperateParameter);

typedef websocketpp::server websocketpp::config::asio server;

using websocketpp::lib::placeholders::_1;
using websocketpp::lib::placeholders::_2;
using websocketpp::lib::bind;

// pull out the type of messages sent by our config
typedef server::message_ptr message_ptr;

bool validate(server*, websocketpp::connection_hdl) {
//sleep(6);
return true;
}
typedef websocketpp::server websocketpp::config::asio server;

E0283 不允许使用限定名

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant