boost::match_results not empty but cannot accessOk, I found the reason. It seems that boost doesn't behave exactly the same with what the c++ standa...
boost::match_results not empty but cannot accessI'm using boost::regex to capture specific format strings from a html file. Here is a piece of my co...
lambda expression error: expression must be a modifiable lvalueSo I read the lambda expression syntax, and change the [=] to [&], now it's perfect.
lambda expression error: expression must be a modifiable lvalueI've never use the lambda expression before. Could you be more specific, please?
lambda expression error: expression must be a modifiable lvalueOk, the codes are: [code] vector<vector<double>> imageFiltered; // some processing codes here ...
This user does not accept Private Messages