阅读背景:

在c++中,得到一个错误,说“std: string {aka std::basic_string}”不是从“const __gnu_cxx::__normal_iterator<_IteratorL, _Container>”派生出来的。

来源:互联网 
int webServerPort = -1;    

void configure(std::string responseFile, callback_function call_back, std::string urlRegex = NULL) {
        std::string url = "https://0.0.0.0:" + webServerPort + "fake_settings/?file=" + responseFile;
        if(urlRegex != NULL) {  // GOT ERROR HERE
            url += "&pattern=" + urlRegex;
        }
int webServerPort = -1;    

void configure(std



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: