Corvusoft / restbed

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
http://www.corvusoft.co.uk
Other
1.92k stars 379 forks source link

restbed build error #328

Closed wuedidada closed 4 years ago

wuedidada commented 6 years ago

restbed/source/corvusoft/restbed/string.cpp:142:96: note: deduced conflicting types for parameter _Bi_iter’ (‘std::basic_regex’ and ‘const char*’) const auto expression = regex_replace( target, escape, "\$1" );

wuedidada commented 6 years ago

error: no matching function for call to ‘regex_replace(const string&, const regex&, const char [4])’

wuedidada commented 6 years ago

gcc 4.8? should upgrade to 4.9?

ben-crowhurst commented 6 years ago

Yes please upgrade. Restbed requires a C++11 complier.