-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add find_first(offset)
method
#81
Conversation
The CI in this repo might not have run properly for a while - not sure, let's see how the tests go. |
Yuck... all the CI still includes C++03 which most of boost no longer supports. I bet many of the community maintained repositories are suffering from this... |
what needs to be done then? |
I fixed the CI today, rebase this PR so we can run the tests again. |
…a source in install targets.
Moved baseline to C++11 due to our dependencies. - Remove C++98 and C++03 from CI and mark C++11 baseline - Remove duplicate jobs between Appveyor and GHA - Disable CMake GHA jobs for now; broken
- Removed MINGW64 run from Appveyor, as it is done in GHA. - Updated README to use badges from cppalliance org.
oh god don't tell me I rebased the wrong way round. |
Something doesn't look quite right there... |
...I might just redo this PR, I've no idea what I did wrong with git |
You can typically use |
I cherry picked all the commits I made and combined them into this new branch, there wasn't anything terribly interesting going on in those steps. |
See #80.