Oleg V. Polivets
Oleg V. Polivets
If .bak file exist, then its contents are taken as the source file. reproducing the error situation ``` # source file contents $ cat 1.srt 1 00:00:01,111 --> 00:00:03,646 Line...
Should fix #40.
Hello, Adam. Thank you for awesome library. Maybe I'm something doing wrong... I've simple code, something like ``` #include #include #include int main() { std::vector v(40 * 1024 * 1024,...
Hi. Simple code, like this ``` #include #include #include int main() { std::vector v(40 * 1024 * 1024, 0); v.front() = 100; v.back() = -1; std::sort(poolstl::par, v.begin(), v.end(), std::less()); assert(v.front()...