Author
anonymous
about 8 years ago
$
prog.cc: In function 'int main()': prog.cc:10:16: warning: unused variable 'bMatch' [-Wunused-variable] const bool bMatch = std::regex_match(string,m,r); ^ terminate called after throwing an instance of 'std::regex_error' what(): regex_error
prog.cc: In function 'int main()': prog.cc:10:16: warning: unused variable 'bMatch' [-Wunused-variable] const bool bMatch = std::regex_match(string,m,r); ^
terminate called after throwing an instance of 'std::regex_error' what(): regex_error