slomkowski / mumsi

SIP to Mumble gateway/bridge using PJSUA stack.
Apache License 2.0
41 stars 33 forks source link

Use boost::regex instead of std::regex #2

Closed NerdyProjects closed 8 years ago

NerdyProjects commented 8 years ago

std::regex support is not yet available for older GCC versions. As boost is used anyway, use also the regex component.