websocketpp icon indicating copy to clipboard operation
websocketpp copied to clipboard

Loosen dependency on boost

Open MartyMcFlyInTheSky opened this issue 1 year ago • 3 comments

AFAIK websocket++ uses boost::thread and boost::regex to work correctly. Can this dependency be linked to std::threads and std::regex maybe? I'm trying to use websocket++ on a microcontroller and there's no API wrapper for boost::threads but there's one for std::thread.

MartyMcFlyInTheSky avatar Nov 15 '22 08:11 MartyMcFlyInTheSky