Closed saurabhshri closed 7 years ago
The SubRipParser currently performs parsing using regex which aren't supported natively below C++ 11. Also the function that converts time string to ms also uses regex.
SubRipParser
Solved via https://github.com/saurabhshri/simple-yet-powerful-srt-subtitle-parser-cpp/commit/e0e98947f332a8f3e79e3de69df6f7ab1e2c4d71
The
SubRipParser
currently performs parsing using regex which aren't supported natively below C++ 11. Also the function that converts time string to ms also uses regex.